podcheck.t: Skip perl5200delta
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Aug 2013 01:26:47 +0000 (18:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Aug 2013 13:28:56 +0000 (06:28 -0700)
I would have to change the header to something other than
‘perldelta’, even though that is what the final document
will have.

I would also have to start adding modules to the known modules
list which will not have to be there in the final release.

That is more work than necessary, so just skip this file for now.

t/porting/podcheck.t

index fbb07e3..8fc674c 100644 (file)
@@ -376,6 +376,9 @@ my $dl_ext  = $Config{'dlext'};   $dl_ext  =~ tr/.//d;
 my %excluded_files = (
                         canonicalize("lib/unicore/mktables") => 1,
                         canonicalize("Porting/make-rmg-checklist") => 1,
+                        # this one is a POD, but unfinished, so skip
+                        # it for now
+                        canonicalize("Porting/perl5200delta.pod") => 1,
                         canonicalize("Porting/perldelta_template.pod") => 1,
                         canonicalize("regen/feature.pl") => 1,
                         canonicalize("autodoc.pl") => 1,