summaryrefslogtreecommitdiff
path: root/pod/buildtoc
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>1997-04-25 20:50:09 -0400
committerChip Salzenberg <chip@atlantic.net>1997-04-27 00:00:00 +1200
commitf102b8834494e736221c17057fae0f964511ea18 (patch)
treeb9b312850672d7c28c8c2c5c8dc3d38a119ad30f /pod/buildtoc
parentc76750589503afb0145298a66c155795ba686e77 (diff)
downloadperl-f102b8834494e736221c17057fae0f964511ea18.tar.gz
Split perlmod
private-msgid: 199704260050.RAA02468@toy.perl.com
Diffstat (limited to 'pod/buildtoc')
-rw-r--r--pod/buildtoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/buildtoc b/pod/buildtoc
index 31712e290c..d657d68c84 100644
--- a/pod/buildtoc
+++ b/pod/buildtoc
@@ -8,10 +8,10 @@ sub output ($);
perl perlfaq perlfaq1 perlfaq2 perlfaq3 perlfaq4 perlfaq5
perlfaq6 perlfaq7 perlfaq8 perlfaq9 perldelta perldata
perlsyn perlop perlre perlrun perlfunc perlvar perlsub
- perlmod perlform perllocale perlref perldsc perllol perltoot
- perlobj perltie perlbot perlipc perldebug perldiag perlsec
- perltrap perlstyle perlpod perlbook perlembed perlapio perlxs
- perlxstut perlguts perlcall
+ perlmod perlmodlib perlform perllocale perlref perldsc
+ perllol perltoot perlobj perltie perlbot perlipc perldebug
+ perldiag perlsec perltrap perlstyle perlpod perlbook
+ perlembed perlapio perlxs perlxstut perlguts perlcall
);
for (@pods) { s/$/.pod/ }
@@ -177,7 +177,7 @@ sub podset {
s/^\s*\*\s*//;
s/\s+$//;
next if /^[\d.]+$/;
- next if $pod eq 'perlmod' && /^ftp:/;
+ next if $pod eq 'perlmodlib' && /^ftp:/;
##print "=over\n\n" unless $initem;
output ", " if $initem;
$initem = 1;