diff options
author | Nicolas R <atoomic@cpan.org> | 2019-12-30 16:10:36 -0700 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2019-12-31 10:14:43 -0600 |
commit | 4eeaed3791af175b5840f626d4d1a4e3b4cb3543 (patch) | |
tree | f02adb7d497a67faf775bd288853780243c12b4c /Porting | |
parent | 047966ceb4d644ac2d2d8ea044236df5f23a6754 (diff) | |
download | perl-4eeaed3791af175b5840f626d4d1a4e3b4cb3543.tar.gz |
Encode: stop importing t/whatwg-aliases.t test
Do not import t/whatwg-aliases.t which is failing when
AUTHOR_TESTING is set.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4424b2ad38..659048e1c9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -400,6 +400,11 @@ use File::Glob qw(:case); 'Encode' => { 'DISTRIBUTION' => 'DANKOGAI/Encode-3.02.tar.gz', 'FILES' => q[cpan/Encode], + 'EXCLUDED' => [ + qw( t/whatwg-aliases.json + t/whatwg-aliases.t + ), + ], }, 'encoding::warnings' => { |