diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-22 18:26:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-24 09:25:16 -0800 |
commit | e233f0c5ea875bcd70051a941babeb77361bdac1 (patch) | |
tree | 195e0767d02f6fb9f149285116ede1653fbffa6b /t/porting | |
parent | 1e0dc09f4e713228ffdf46562c54edca29c94a9f (diff) | |
download | perl-e233f0c5ea875bcd70051a941babeb77361bdac1.tar.gz |
Exclude regen/feature.pl from podcheck.t
Diffstat (limited to 't/porting')
-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 0319b5f7ba..fc8bdb74c5 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -360,6 +360,7 @@ my %excluded_files = ( canonicalize("lib/unicore/mktables") => 1, canonicalize("Porting/make-rmg-checklist") => 1, canonicalize("Porting/perldelta_template.pod") => 1, + canonicalize("regen/feature.pl") => 1, canonicalize("autodoc.pl") => 1, canonicalize("configpm") => 1, canonicalize("miniperl") => 1, |