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=31703e65713c85c9635e1726d8109b8b1130a66a;hp=bd70d692773be91b94e8188c9ae7fbd532c1bc97;hb=1de34059104e948aa75ce26b562eb9b3f14980e7;hpb=9a82ac009ea216fd815e317f0155fe82584f9bf3 diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index bd70d69..31703e6 100644 --- a/lib/Eval/WithLexicals.pm +++ b/lib/Eval/WithLexicals.pm @@ -3,7 +3,7 @@ package Eval::WithLexicals; use Moo; use Sub::Quote; -our $VERSION = '1.000000'; # 1.0.0 +our $VERSION = '1.001000'; # 1.1.0 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });