Skip to content

Commit 2234016

Browse files
committed
MM-XXXX
Update POD references related to README. Rebump version to plan for release.
1 parent 5b30476 commit 2234016

4 files changed

Lines changed: 7 additions & 22 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
- invalid charset present within the document would cause Inliner to die during the decode phase
239239
* Resolve issue whereby a TreeBuilder instance was not configured as expected
240240

241-
4007 2017-07-16 Kevin Kamel <kamelkev@underprint.com>
241+
4008 2017-07-16 Kevin Kamel <kamelkev@underprint.com>
242242
* Update description indicating that development is currently suspended due to the MailerMailer LLC sale
243243
* Apply patch from Nigel Metheringham which silences warnings under Perl 5.26
244244
* Apply patch from Father Chrysostomos which avoids install issues with Perl 5.10

README

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,8 @@ METHODS
158158
time. In order to receive back content feedback you must perform
159159
inlinify first
160160

161-
Sponsor
162-
This code has been developed under sponsorship of MailerMailer LLC,
163-
http://www.mailermailer.com/
164-
165161
AUTHOR
166-
Kevin Kamel <kamelkev@mailermailer.com>
162+
Kevin Kamel <kamelkev@underprint.com>
167163

168164
CONTRIBUTORS
169165
Dave Gray <cpan@doesntsuck.com>
@@ -172,6 +168,6 @@ CONTRIBUTORS
172168
Chelsea Rio <chelseario@gmail.com>
173169

174170
LICENSE
175-
This module is Copyright 2015 Khera Communications, Inc. It is licensed
171+
This module is Copyright 2017 Khera Communications, Inc. It is licensed
176172
under the same terms as Perl itself.
177173

lib/CSS/Inliner.pm

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package CSS::Inliner;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '4007';
5+
our $VERSION = '4008';
66

77
use Carp;
88
use Encode;
@@ -1057,14 +1057,9 @@ sub _grep_important_declarations {
10571057

10581058
1;
10591059

1060-
=head1 Sponsor
1061-
1062-
This code has been developed under sponsorship of MailerMailer LLC,
1063-
http://www.mailermailer.com/
1064-
10651060
=head1 AUTHOR
10661061
1067-
Kevin Kamel <kamelkev@mailermailer.com>
1062+
Kevin Kamel <kamelkev@underprint.com>
10681063
10691064
=head1 CONTRIBUTORS
10701065
@@ -1075,7 +1070,7 @@ http://www.mailermailer.com/
10751070
10761071
=head1 LICENSE
10771072
1078-
This module is Copyright 2015 Khera Communications, Inc. It is
1073+
This module is Copyright 2017 Khera Communications, Inc. It is
10791074
licensed under the same terms as Perl itself.
10801075
10811076
=cut

lib/CSS/Inliner/Parser.pm

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright 2015 MailerMailer, LLC - http://www.mailermailer.com
2-
#
31
# Based in large part on the CSS::Tiny CPAN Module
42
# http://search.cpan.org/~adamk/CSS-Tiny/
53
#
@@ -504,13 +502,9 @@ sub _report_warning {
504502
505503
=back
506504
507-
=head1 Sponsor
508-
509-
This code has been developed under sponsorship of MailerMailer LLC, http://www.mailermailer.com/
510-
511505
=head1 AUTHOR
512506
513-
Kevin Kamel <C<kamelkev@mailermailer.com>>
507+
Kevin Kamel <C<kamelkev@underprint.com>>
514508
515509
=head1 ATTRIBUTION
516510

0 commit comments

Comments
 (0)