[Bps-public-commit] r13737 - in HTML-RewriteAttributes: lib/HTML lib/HTML/RewriteAttributes
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 2 21:06:49 EDT 2008
Author: sartak
Date: Wed Jul 2 21:06:46 2008
New Revision: 13737
Modified:
HTML-RewriteAttributes/ (props changed)
HTML-RewriteAttributes/Changes
HTML-RewriteAttributes/lib/HTML/RewriteAttributes.pm
HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Links.pm
HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Resources.pm
Log:
r63627 at onn: sartak | 2008-07-02 21:06:41 -0400
Bump to 0.03
Modified: HTML-RewriteAttributes/Changes
==============================================================================
--- HTML-RewriteAttributes/Changes (original)
+++ HTML-RewriteAttributes/Changes Wed Jul 2 21:06:46 2008
@@ -1,5 +1,8 @@
Revision history for HTML-RewriteAttributes
+0.03 Wed Jul 02 21:03:39 2008
+ Resources: Include as comments the URLs of the inlined CSS files
+
0.02 Wed May 07 18:52:06 2008
Resources: Allow inlining of CSS
Modified: HTML-RewriteAttributes/lib/HTML/RewriteAttributes.pm
==============================================================================
--- HTML-RewriteAttributes/lib/HTML/RewriteAttributes.pm (original)
+++ HTML-RewriteAttributes/lib/HTML/RewriteAttributes.pm Wed Jul 2 21:06:46 2008
@@ -6,7 +6,7 @@
use Carp 'croak';
use HTML::Entities 'encode_entities';
-our $VERSION = '0.02';
+our $VERSION = '0.03';
sub new {
my $class = shift;
Modified: HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Links.pm
==============================================================================
--- HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Links.pm (original)
+++ HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Links.pm Wed Jul 2 21:06:46 2008
@@ -6,7 +6,7 @@
use HTML::Tagset ();
use URI;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
my %rewritable_attrs;
Modified: HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Resources.pm
==============================================================================
--- HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Resources.pm (original)
+++ HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Resources.pm Wed Jul 2 21:06:46 2008
@@ -5,7 +5,7 @@
use base 'HTML::RewriteAttributes';
use URI;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
my %rewritable_attrs = (
bgsound => { src => 1 },
More information about the Bps-public-commit
mailing list