Some updates for the memory use debugging section:
[p5sagit/p5-mst-13.2.git] / pod / buildtoc.PL
index be9c004..3585b7d 100644 (file)
@@ -76,6 +76,7 @@ if (-d "pod") {
     perlirix            
     perlmachten         
     perlmacos
+    perlmacosx
     perlmint
     perlmpeix
     perlnetware             
@@ -196,9 +197,12 @@ if (-d "pod") {
     perlapio            
     perltodo            
     perlhack            
+    perldoc
 
     perlhist           
     perldelta           
+    perl58delta         
+    perl573delta         
     perl572delta         
     perl571delta         
     perl570delta         
@@ -207,6 +211,9 @@ if (-d "pod") {
     perl5005delta       
     perl5004delta       
 
+    perlartistic
+    perlgpl
+
     ),
 
     @ARCHPODS,
@@ -306,6 +313,7 @@ sub getpods {
     if (/\.p(od|m)$/) {
        my $file = $File::Find::name;
         return if $file eq '../lib/Pod/Functions.pm'; # Used only by pod itself
+        return if $file =~ m!(?:^|/)t/!;
         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/!;