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=9a08c9373541e015abd451d29a70e9bf748ee257;hp=752de55660db68b4a9fd7e031e4507a4982130be;hb=9aa1478d9dfdcd7d75b5a4017c091b8816076784;hpb=27381fd1588ced8a1637d1c76838ae41dd00dd1b 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{ {} });