X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fbuildtoc;h=8a9b7ff5cbc73100ce38324b4edd80a3526c1982;hb=2c19844b698b17b45488d6c855e43f78c774c1f1;hp=9ca5e920fdf9d2d33cf8e63d19c92e11c604bf26;hpb=903a5071ed082e8ae0ace3d711a8aa282dedd972;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/buildtoc b/pod/buildtoc index 9ca5e92..8a9b7ff 100644 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -2,11 +2,13 @@ use File::Find; use Cwd; @pods = qw{ - perl perldata perlsyn perlop perlre perlrun perlfunc perlvar - perlsub perlmod perlref perldsc perllol perlobj perltie - perlbot perldebug perldiag perlform perlipc perlsec perltrap - perlstyle perlxs perlxstut perlguts perlcall perlembed perlpod - perlbook + perl + perldata perlsyn perlop perlre perlrun perlfunc perlvar + perlsub perlmod perlform + perlref perldsc perllol perlobj perltie perlbot perlipc + perldebug perldiag perlsec perltrap perlstyle + perlpod perlbook + perlembed perlapio perlxs perlxstut perlguts perlcall }; for (@pods) { s/$/.pod/ } @@ -100,7 +102,7 @@ podset( @modules[ sort { $modname[$a] cmp $modname[$b] } 0 .. $#modules ] ); =head1 AUXILIARY DOCUMENTATION - Here should be listed all the extra program's docs, but they + Here should be listed all the extra programs' docs, but they don't all have man pages yet: =item a2p