From c2ab4f7883a2522a104153cd86a3fde1a168303b Mon Sep 17 00:00:00 2001 From: "Kevin H. Kamel" Date: Tue, 31 Dec 2019 17:35:58 -0700 Subject: [PATCH] MM-XXXX Update changelog to account for recent PRs and test changes. Tick up version number, prep for dist to CPAN --- ChangeLog | 4 ++++ lib/CSS/Inliner.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ace817c..d2cbbc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + * Apply patch from Graham Ollis related to listing in module indexes + * Apply patch from Christian Walde related to tests passing diff --git a/lib/CSS/Inliner.pm b/lib/CSS/Inliner.pm index 9d6b68a..19fbfe5 100755 --- a/lib/CSS/Inliner.pm +++ b/lib/CSS/Inliner.pm @@ -2,7 +2,7 @@ package CSS::Inliner; use strict; use warnings; -our $VERSION = '4008'; +our $VERSION = '4014'; use Carp; use Encode;