X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;fp=lib%2FEval%2FWithLexicals.pm;h=79fba319f5a1d320fc2ba3ef7175ee2b520c5cb8;hp=32b84e8cdb200bb2d6c78364673ed9eb2dd2f390;hb=71ac67dae200ce265bb9cb6f17baf9963fe0b081;hpb=542c601989eb8978a043cb13063052e6b0e7349e diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 32b84e8..79fba31 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.003001'; # 1.3.1 +our $VERSION = '1.003002'; # 1.3.2 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });