summaryrefslogtreecommitdiff
path: root/pod/buildtoc.PL
diff options
context:
space:
mode:
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")) {