X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;fp=lib%2FEval%2FWithLexicals.pm;h=79d88f0bb20e3464fd4b8c957dc76ebd8f158951;hb=fdcd01808aba4c3f7200c3231a36fd78d7f444b9;hp=c30adb2ac5c5bf56b42c9722a320c4d8f90b8f9a;hpb=bd6e80094785bcfca8cef79c8eecf63712583761;p=p5sagit%2FEval-WithLexicals.git diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index c30adb2..79d88f0 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.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.3.0 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });