diff options
author | Michael Stevens <mstevens@etla.org> | 2011-02-07 17:36:50 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-07 17:48:43 -0800 |
commit | abf06cc1af73af95068298f4ffc40d1b3b651e10 (patch) | |
tree | 14e0ac670ffbecc4ac84a8d5eaebbd69d0e4a31c /pod/perlmodlib.PL | |
parent | 34d5bd5d9e739d4087d5fc6d582f537fcd64a848 (diff) | |
download | perl-abf06cc1af73af95068298f4ffc40d1b3b651e10.tar.gz |
Fix invalid pod in perlmodlib
Diffstat (limited to 'pod/perlmodlib.PL')
-rw-r--r-- | pod/perlmodlib.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index dc2faf2ffb..e0b7d8f4e9 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -1409,6 +1409,8 @@ old behavior if people rely on it. Document incompatible changes. =back +=back + =head2 Guidelines for Converting Perl 4 Library Scripts into Modules =over 4 @@ -1507,8 +1509,6 @@ or =back -=back - =head1 NOTE Perl does not enforce private and public parts of its modules as you may |