pod cleanups
[p5sagit/Eval-WithLexicals.git] / lib / Eval / WithLexicals.pm
index 752de55..2c4372c 100644 (file)
@@ -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;