From: Florian Ragwitz Date: Thu, 12 May 2011 16:50:53 +0000 (+0200) Subject: Version 0.009005 X-Git-Tag: release_0.009005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=60d640ca9fbc328f7badc380a38f46e5414b6bf2 Version 0.009005 --- diff --git a/Changes b/Changes index db97305..191d465 100644 --- 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: diff --git a/lib/HTML/Zoom.pm b/lib/HTML/Zoom.pm index 5a852ea..baeec15 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.009004'; +our $VERSION = '0.009005'; $VERSION = eval $VERSION;