We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a23f commit c2ab4f7Copy full SHA for c2ab4f7
ChangeLog
@@ -242,3 +242,7 @@
242
* Update description indicating that development is currently suspended due to the MailerMailer LLC sale
243
* Apply patch from Nigel Metheringham which silences warnings under Perl 5.26
244
* 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
@@ -2,7 +2,7 @@ package CSS::Inliner;
2
use strict;
3
use warnings;
4
5
-our $VERSION = '4008';
+our $VERSION = '4014';
6
7
use Carp;
8
use Encode;
0 commit comments