File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 194
194
- update tests to properly exercise associated changes
195
195
* Rename test psuedo.t to pseudo.t (spelling)
196
196
* Bump up HTML::Query requirement to 0.09
197
+
198
+ 3957 2015-05-15 Kevin Kamel <
[email protected] >
199
+ * Add support for an argument to the Inliner constructor to override the default set of entities
200
+ - resolve feature request raised in CPAN RT100857
201
+ - add test to validate basic behavior
202
+ * Fix issues within pod documentation
203
+ * Added patch provided by
[email protected] within CPAN RT99934
204
+ - Resolves improper !important rule handling
205
+ - Adds test for validating proper !important rule handling
206
+ * Update copyright to 2015 throughout project
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package CSS::Inliner;
2
2
use strict;
3
3
use warnings;
4
4
5
- our $VERSION = ' 3948 ' ;
5
+ our $VERSION = ' 3957 ' ;
6
6
7
7
use Carp;
8
8
You can’t perform that action at this time.
0 commit comments