[Bps-public-commit] r12139 - in HTML-RewriteAttributes: lib/HTML lib/HTML/RewriteAttributes
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 7 18:55:01 EDT 2008
Author: sartak
Date: Wed May 7 18:55:00 2008
New Revision: 12139
Added:
HTML-RewriteAttributes/Changes
Modified:
HTML-RewriteAttributes/ (props changed)
HTML-RewriteAttributes/lib/HTML/RewriteAttributes.pm
HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Links.pm
HTML-RewriteAttributes/lib/HTML/RewriteAttributes/Resources.pm
Log:
r55271 at onn: sartak | 2008-05-07 18:52:40 -0400
Add Changes, bump to 0.02
Added: HTML-RewriteAttributes/Changes
==============================================================================
--- (empty file)
+++ HTML-RewriteAttributes/Changes Wed May 7 18:55:00 2008
@@ -0,0 +1,5 @@
+Revision history for Carp-REPL
+
+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 May 7 18:55:00 2008
@@ -6,7 +6,7 @@
use Carp 'croak';
use HTML::Entities 'encode_entities';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
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 May 7 18:55:00 2008
@@ -6,7 +6,7 @@
use HTML::Tagset ();
use URI;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
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 May 7 18:55:00 2008
@@ -5,7 +5,7 @@
use base 'HTML::RewriteAttributes';
use URI;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
my %rewritable_attrs = (
bgsound => { src => 1 },
More information about the Bps-public-commit
mailing list