pod cleanups
Graham Knop [Fri, 13 Jun 2014 10:45:27 +0000 (06:45 -0400)]
bin/tinyrepl
lib/Eval/WithLexicals.pm
lib/Eval/WithLexicals/WithHintPersistence.pm

index 8530caf..6d52ba6 100755 (executable)
@@ -62,22 +62,16 @@ Loads a plugin into the REPL. See L<Eval::WithLexicals/with_plugins>.
 
 =back
 
-=head1 AUTHOR
+=head1 SUPPORT
 
-Matt S. Trout <mst@shadowcat.co.uk>
+See L<Eval::WithLexicals> for support and contact information.
 
-=head1 CONTRIBUTORS
+=head1 AUTHORS
 
-David Leadbeater <dgl@dgl.cx>
+See L<Eval::WithLexicals> for authors.
 
-=head1 COPYRIGHT
+=head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2012 the Eval::WithLexicals L</AUTHOR> and L</CONTRIBUTORS>
-as listed above.
-
-=head1 LICENSE
-
-This library is free software and may be distributed under the same terms
-as perl itself.
+See L<Eval::WithLexicals> for the copyright and license.
 
 =cut
index 9a08c93..2c4372c 100644 (file)
@@ -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;
index c50fbbb..0c09a23 100644 (file)
@@ -75,6 +75,9 @@ around capture_code => sub {
     $orig->(@_) )
 };
 
+1;
+__END__
+
 =head1 NAME
 
 Eval::WithLexicals::WithHintPersistence - Persist compile hints between evals
@@ -101,6 +104,16 @@ Saves and restores the C<$^H> and C<%^H> variables.
 Returns the internal hints hash, keys are C<$^H> and C<%^H> for the hint bits
 and hint hash respectively.
 
-=cut
+=head1 SUPPORT
 
-1;
+See L<Eval::WithLexicals> for support and contact information.
+
+=head1 AUTHORS
+
+See L<Eval::WithLexicals> for authors.
+
+=head1 COPYRIGHT AND LICENSE
+
+See L<Eval::WithLexicals> for the copyright and license.
+
+=cut