X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;h=9a08c9373541e015abd451d29a70e9bf748ee257;hb=f7759258716691d8a6c62cf4d6e70ebef7952f8d;hp=752de55660db68b4a9fd7e031e4507a4982130be;hpb=8d732f3064bb88d682504f365ef1af62c6598b8c;p=p5sagit%2FEval-WithLexicals.git diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 752de55..9a08c93 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.001000'; # 1.1.0 +our $VERSION = '1.002000'; # 1.2.0 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} });