Skip to content

Commit c2ab4f7

Browse files
committed
MM-XXXX
Update changelog to account for recent PRs and test changes. Tick up version number, prep for dist to CPAN
1 parent 249a23f commit c2ab4f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,7 @@
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
245+
246+
4014 2019-12-31 Kevin Kamel <[email protected]>
247+
* Apply patch from Graham Ollis related to listing in module indexes
248+
* Apply patch from Christian Walde related to tests passing

lib/CSS/Inliner.pm

Lines changed: 1 addition & 1 deletion
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 = '4008';
5+
our $VERSION = '4014';
66

77
use Carp;
88
use Encode;

0 commit comments

Comments
 (0)