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=3f0a0e0d7033624317e446dcbd10bfb9008d6593;hb=f19eca699a0d4520a3e6d3a3f7dd6c134ae8749d;hpb=1383802ee66409c639f0cc27fc63ecde578e977b diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 3f0a0e0..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.003003'; # 1.3.3 +our $VERSION = '1.003005'; # 1.3.5 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });