Add perlunintro (formerly known as perlunitut); regen toc.
[p5sagit/p5-mst-13.2.git] / pod / buildtoc.PL
index 313a3ef..7502e05 100644 (file)
@@ -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")) {