X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;h=79d88f0bb20e3464fd4b8c957dc76ebd8f158951;hb=refs%2Ftags%2Fv1.003000;hp=c30adb2ac5c5bf56b42c9722a320c4d8f90b8f9a;hpb=f0d3f86bbb4b8dd5eec3ead7fa165b40b8f75376;p=p5sagit%2FEval-WithLexicals.git diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index c30adb2..79d88f0 100644 --- a/lib/Eval/WithLexicals.pm +++ b/lib/Eval/WithLexicals.pm @@ -4,7 +4,7 @@ use Moo; use Moo::Role (); use Sub::Quote; -our $VERSION = '1.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.3.0 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });