Version 0.009005 release_0.009005
Florian Ragwitz [Thu, 12 May 2011 16:50:53 +0000 (18:50 +0200)]
Changes
lib/HTML/Zoom.pm

diff --git a/Changes b/Changes
index db97305..191d465 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
-TBA
+0.009005 2011-05-12
+
   - Perforce escaping of meta-characters in selectors and test (rafl)
   - New Feature:  HTML::Zoom will autoload FilterBuilder functions so that
     you can avoid a bit of boilerplate in method calls.  Now you can replace:
index 5a852ea..baeec15 100644 (file)
@@ -8,7 +8,7 @@ use HTML::Zoom::Transform;
 use HTML::Zoom::TransformBuilder;
 use Scalar::Util ();
 
-our $VERSION = '0.009004';
+our $VERSION = '0.009005';
 
 $VERSION = eval $VERSION;