X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=lib%2FEval%2FWithLexicals%2FWithHintPersistence.pm;h=0c09a23ececc4cdad0601b601754e1eb1aab3042;hp=c50fbbba61245ff2204d80d0acb4871c1bc652f2;hb=541530120ed1bc9036192432fb47ec7be3927c67;hpb=f7759258716691d8a6c62cf4d6e70ebef7952f8d 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