dev version
Simon Elliott [Thu, 28 Feb 2013 12:32:16 +0000 (12:32 +0000)]
Changes
dist.ini
lib/HTML/Zoom.pm

diff --git a/Changes b/Changes
index 4944407..8b6d770 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
-0.009008 2013-02-28
+0.009008_01 2013-02-28
+
+  - remove_from_attribute and related helpers (remove_class, add_class)
+
   - Several patches for incorrect functionality (thanks to Jim Miner &
     stratman@gmail.com) :-
 
index 314fe9f..5bdb988 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name    = HTML-Zoom
-version = 0.009008
+version = 0.009008_01
 author  = Matt S. Trout <mst@shadowcat.co.uk>
 license = Perl_5
 copyright_holder = Matt S. Trout <mst@shadowcat.co.uk>
index ce0df57..0f0d75f 100644 (file)
@@ -8,7 +8,7 @@ use HTML::Zoom::Transform;
 use HTML::Zoom::TransformBuilder;
 use Scalar::Util ();
 
-our $VERSION = '0.009008';
+our $VERSION = '0.009008_01';
 
 $VERSION = eval $VERSION;