X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;h=b3a15e993f676a7564095ef48ead2233e8df6212;hp=e33667ad498d8c79dcf823380176307ca12185f5;hb=f19eca699a0d4520a3e6d3a3f7dd6c134ae8749d;hpb=4dace1c32865fa6e0613b80d583d30821523451c diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index e33667a..b3a15e9 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.003004'; # 1.3.4 +our $VERSION = '1.003005'; # 1.3.5 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });