From: Simon Elliott Date: Thu, 28 Feb 2013 12:32:16 +0000 (+0000) Subject: dev version X-Git-Tag: 0.009009~1^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=44c29eb697a868677632f4f222d9e8cdef0df0cb dev version --- diff --git a/Changes b/Changes index 4944407..8b6d770 100644 --- 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) :- diff --git a/dist.ini b/dist.ini index 314fe9f..5bdb988 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = HTML-Zoom -version = 0.009008 +version = 0.009008_01 author = Matt S. Trout license = Perl_5 copyright_holder = Matt S. Trout diff --git a/lib/HTML/Zoom.pm b/lib/HTML/Zoom.pm index ce0df57..0f0d75f 100644 --- a/lib/HTML/Zoom.pm +++ b/lib/HTML/Zoom.pm @@ -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;