summaryrefslogtreecommitdiff
path: root/pod/buildtoc.PL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:30:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:30:59 +0000
commitba62762e535f4b26bec252f67a5dcfb2a28c8b16 (patch)
tree1bfac9808e528181512cc32dc51be3f74fafe902 /pod/buildtoc.PL
parent79a522f5cdee4eadc7ad3cf5d6c2c8b42e148e07 (diff)
downloadperl-ba62762e535f4b26bec252f67a5dcfb2a28c8b16.tar.gz
Add perlunintro (formerly known as perlunitut); regen toc.
p4raw-id: //depot/perl@13010
Diffstat (limited to 'pod/buildtoc.PL')
-rw-r--r--pod/buildtoc.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/buildtoc.PL b/pod/buildtoc.PL
index 313a3ef751..7502e05cca 100644
--- a/pod/buildtoc.PL
+++ b/pod/buildtoc.PL
@@ -145,6 +145,7 @@ if (-d "pod") {
perlport
perllocale
+ perlunintro
perlunicode
perlebcdic
@@ -289,6 +290,7 @@ sub getpods {
return if $file eq '../lib/Pod/Functions.pm'; # Used only by pod itself
return if $file =~ m!lib/Attribute/Handlers/demo/!;
return if $file =~ m!lib/Net/FTP/.+\.pm!; # Hi, Graham! :-)
+ return if $file =~ m!lib/Math/BigInt/t/!;
die "tut $name" if $file =~ /TUT/;
unless (open (F, "< $_\0")) {