From: Graham Knop Date: Fri, 13 Jun 2014 10:45:27 +0000 (-0400) Subject: pod cleanups X-Git-Tag: v1.003000~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=541530120ed1bc9036192432fb47ec7be3927c67 pod cleanups --- diff --git a/bin/tinyrepl b/bin/tinyrepl index 8530caf..6d52ba6 100755 --- a/bin/tinyrepl +++ b/bin/tinyrepl @@ -62,22 +62,16 @@ Loads a plugin into the REPL. See L. =back -=head1 AUTHOR +=head1 SUPPORT -Matt S. Trout +See L for support and contact information. -=head1 CONTRIBUTORS +=head1 AUTHORS -David Leadbeater +See L for authors. -=head1 COPYRIGHT +=head1 COPYRIGHT AND LICENSE -Copyright (c) 2012 the Eval::WithLexicals L and L -as listed above. - -=head1 LICENSE - -This library is free software and may be distributed under the same terms -as perl itself. +See L for the copyright and license. =cut 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; diff --git a/lib/Eval/WithLexicals/WithHintPersistence.pm b/lib/Eval/WithLexicals/WithHintPersistence.pm index c50fbbb..0c09a23 100644 --- a/lib/Eval/WithLexicals/WithHintPersistence.pm +++ b/lib/Eval/WithLexicals/WithHintPersistence.pm @@ -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 for support and contact information. + +=head1 AUTHORS + +See L for authors. + +=head1 COPYRIGHT AND LICENSE + +See L for the copyright and license. + +=cut