getting things synced up for a release master 0.009009
John Napiorkowski [Fri, 15 May 2015 18:59:08 +0000 (14:59 -0400)]
Changes
dist.ini
lib/HTML/Zoom.pm

diff --git a/Changes b/Changes
index 8b6d770..3221cc0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.009009 2015-05-15
+  - just took the most recent dev release and repository updates, made
+    sure all tests pass and cut a stable release.  Please shout out if
+    something unexpected happens.
+
 0.009008_01 2013-02-28
 
   - remove_from_attribute and related helpers (remove_class, add_class)
index 5bdb988..ef5d34a 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name    = HTML-Zoom
-version = 0.009008_01
+version = 0.009009
 author  = Matt S. Trout <mst@shadowcat.co.uk>
 license = Perl_5
 copyright_holder = Matt S. Trout <mst@shadowcat.co.uk>
index 0f0d75f..da858ad 100644 (file)
@@ -8,7 +8,7 @@ use HTML::Zoom::Transform;
 use HTML::Zoom::TransformBuilder;
 use Scalar::Util ();
 
-our $VERSION = '0.009008_01';
+our $VERSION = '0.009009';
 
 $VERSION = eval $VERSION;