X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FQuote.pm;fp=lib%2FSub%2FQuote.pm;h=d56cacd9059f435e9e00f044da3fc849da4f0edb;hb=e18659958c8a6bf3fc60b9531e40acbea275076f;hp=9b3d53a1da1cf56d19bd97f19db8742b3528d609;hpb=ce31148b5790f85c8c7074ac32d833c53cc82932;p=gitmo%2FMoo.git diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index 9b3d53a..d56cacd 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -9,7 +9,7 @@ use B 'perlstring'; use Scalar::Util qw(weaken); use base qw(Exporter); -our $VERSION = '1.003000'; +our $VERSION = '1.003001'; $VERSION = eval $VERSION; our @EXPORT = qw(quote_sub unquote_sub quoted_from_sub);