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=2c4372c2f88e31cccd12dc2e2541e8c4e1fa1f41;hp=752de55660db68b4a9fd7e031e4507a4982130be;hb=541530120ed1bc9036192432fb47ec7be3927c67;hpb=8d732f3064bb88d682504f365ef1af62c6598b8c diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 752de55..2c4372c 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{ {} }); @@ -137,6 +137,9 @@ sub _eval_do { } } +1; +__END__ + =head1 NAME Eval::WithLexicals - pure perl eval with persistent lexical variables @@ -270,5 +273,3 @@ This library is free software and may be distributed under the same terms as perl itself. =cut - -1;