X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fbuildtoc.PL;h=b38bec57a09516e9f28abdc19863f259a361251d;hb=510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f;hp=0655887c3f16426f84a37c6ecfa46240d89af2b4;hpb=34babc168865edbd6963528152c3c3b68680b55f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/buildtoc.PL b/pod/buildtoc.PL index 0655887..b38bec5 100644 --- a/pod/buildtoc.PL +++ b/pod/buildtoc.PL @@ -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/!;