-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly tag the release for CPAN. Reupdated version number in Changelog
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ | |
* Update documentation where appropriate | ||
* Transition versioning to a new model | ||
|
||
3910 2013-10-01 Kevin Kamel <[email protected]> | ||
3911 2013-10-01 Kevin Kamel <[email protected]> | ||
* Accept pull request from Vivek Khera (http://github.com/khera) | ||
- Resolve issue whereby html comments were lost | ||
- Resolve issue whereby url() references within local <style> css were not absolutized | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ WriteMakefile( | |
'test' => { | ||
TESTS => join(' ', map { glob } qw( t/*.t )), | ||
}, | ||
VERSION => 3901, | ||
VERSION => 3911, | ||
AUTHOR => 'Kevin Kamel <[email protected]>', | ||
ABSTRACT => 'Library for converting CSS <style> blocks to inline styles', | ||
LICENSE => 'perl', | ||
|