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