X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;fp=lib%2FEval%2FWithLexicals.pm;h=2c4372c2f88e31cccd12dc2e2541e8c4e1fa1f41;hp=9a08c9373541e015abd451d29a70e9bf748ee257;hb=541530120ed1bc9036192432fb47ec7be3927c67;hpb=f7759258716691d8a6c62cf4d6e70ebef7952f8d diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 9a08c93..2c4372c 100644 --- a/lib/Eval/WithLexicals.pm +++ b/lib/Eval/WithLexicals.pm @@ -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;