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 16e323a commit fd8f7b6Copy full SHA for fd8f7b6
ChangeLog
@@ -211,7 +211,7 @@
211
- Adds proper headers for remote fetching of files
212
* Fix issues within pod documentation
213
214
-39XX 2015-11-23 Kevin Kamel <[email protected]>
+4001 2015-11-23 Kevin Kamel <[email protected]>
215
* Update POD within Inliner.pm such that it generates more consistent documentation for CPAN/GitHub
216
* Set URI flag allowing urls containing leading dots to be handled correctly
217
* Extend support for foreign character sets
lib/CSS/Inliner.pm
@@ -2,7 +2,7 @@ package CSS::Inliner;
2
use strict;
3
use warnings;
4
5
-our $VERSION = '3958';
+our $VERSION = '4001';
6
7
use Carp;
8
use Encode;
0 commit comments