Subject: [PATCH Cwd.pm] cut-n-paste error?
[p5sagit/p5-mst-13.2.git] / pod / buildtoc.PL
index 0655887..b38bec5 100644 (file)
@@ -192,6 +192,7 @@ if (-d "pod") {
     perl572delta         
     perl571delta         
     perl570delta         
+    perl561delta         
     perl56delta         
     perl5005delta       
     perl5004delta       
@@ -285,8 +286,6 @@ find \&getpods => qw(../lib ../ext);
 
 sub getpods {
     if (/\.p(od|m)$/) {
-       # Skip .pm files that have corresponding .pod files, and Functions.pm.
-       return if /(.*)\.pm$/ && -f "$1.pod";
        my $file = $File::Find::name;
        return if $file eq '../lib/Pod/Functions.pm'; # Used only by pod itself
         return if $file =~ m!lib/Attribute/Handlers/demo/!;