diff options
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | pod.lst | 1 | ||||
-rw-r--r-- | pod/perl.pod | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -3449,7 +3449,7 @@ pod/perlref.pod Perl references, the rest of the story pod/perlreftut.pod Perl references short introduction pod/perlreguts.pod Perl regular expression engine internals pod/perlre.pod Perl regular expressions, the rest of the story -pod/perlrepository.pod Perl source repository +pod/perlrepository.pod Perl source repository pod/perlrequick.pod Perl regular expressions quick start pod/perlreref.pod Perl regular expressions quick reference pod/perlretut.pod Perl regular expressions tutorial @@ -119,6 +119,7 @@ h Internals and C Language Interface perlapio Perl internal IO abstraction interface perlhack Perl hackers guide + perlrepository Perl source repository h Miscellaneous diff --git a/pod/perl.pod b/pod/perl.pod index 69fd92f3bc..31645218da 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -134,6 +134,7 @@ For ease of access, the Perl manual has been split up into several sections. perlapio Perl internal IO abstraction interface perlhack Perl hackers guide + perlrepository Perl source repository =head2 Miscellaneous |