diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-21 10:51:38 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-21 10:51:38 -0800 |
commit | a9df55d5d2b0e4111ce624546e9eabf2bf820100 (patch) | |
tree | 212520824a130a4588bce386af0fde2db6cfa32b /t | |
parent | 9339cdaacbb46fa1e6f269383714cba2d279f6b7 (diff) | |
download | perl-a9df55d5d2b0e4111ce624546e9eabf2bf820100.tar.gz |
podcheck.t: skip make-rmg-checklist
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index 46b6eac97a..0319b5f7ba 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -358,6 +358,7 @@ my $dl_ext = $Config{'dlext'}; $dl_ext =~ tr/.//d; # Not really pods, but can look like them. my %excluded_files = ( canonicalize("lib/unicore/mktables") => 1, + canonicalize("Porting/make-rmg-checklist") => 1, canonicalize("Porting/perldelta_template.pod") => 1, canonicalize("autodoc.pl") => 1, canonicalize("configpm") => 1, |