File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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-
165161AUTHOR
166- Kevin Kamel <kamelkev@mailermailer .com>
162+ Kevin Kamel <kamelkev@underprint .com>
167163
168164CONTRIBUTORS
169165 Dave Gray <cpan@doesntsuck.com>
@@ -172,6 +168,6 @@ CONTRIBUTORS
172168 Chelsea Rio <chelseario@gmail.com>
173169
174170LICENSE
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package CSS::Inliner;
22use strict;
33use warnings;
44
5- our $VERSION = ' 4007 ' ;
5+ our $VERSION = ' 4008 ' ;
66
77use Carp;
88use Encode;
@@ -1057,14 +1057,9 @@ sub _grep_important_declarations {
10571057
105810581;
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
10791074licensed under the same terms as Perl itself.
10801075
10811076=cut
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments