Skip to content

Commit

Permalink
MM-XXXX
Browse files Browse the repository at this point in the history
Update changelog to account for recent PRs and test changes.

Tick up version number, prep for dist to CPAN
  • Loading branch information
kamelkev committed Jan 1, 2020
1 parent 249a23f commit c2ab4f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,7 @@
* Update description indicating that development is currently suspended due to the MailerMailer LLC sale
* Apply patch from Nigel Metheringham which silences warnings under Perl 5.26
* Apply patch from Father Chrysostomos which avoids install issues with Perl 5.10

4014 2019-12-31 Kevin Kamel <[email protected]>
* Apply patch from Graham Ollis related to listing in module indexes
* Apply patch from Christian Walde related to tests passing
2 changes: 1 addition & 1 deletion lib/CSS/Inliner.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package CSS::Inliner;
use strict;
use warnings;

our $VERSION = '4008';
our $VERSION = '4014';

use Carp;
use Encode;
Expand Down

0 comments on commit c2ab4f7

Please sign in to comment.