MPE/iX update from Mark Bixby.
[p5sagit/p5-mst-13.2.git] / pod / buildtoc.PL
index 47972b7..b38bec5 100644 (file)
@@ -286,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/!;