diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-01-08 17:50:35 -0600 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-01-09 07:57:04 -0600 |
commit | 1b173b1fa53496c5a579f43695eb238b2dd8e06a (patch) | |
tree | 1ecf495d3b7af68397d21408d5cebc2af6afaeb9 /Porting/Maintainers.pl | |
parent | e4cce63d942fd52162dd876c1c5fae29a469b707 (diff) | |
download | perl-1b173b1fa53496c5a579f43695eb238b2dd8e06a.tar.gz |
Remove autodie t/no-all.t tests from Porting/Maintainers.pl
This test requires a module not shipped with core.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 450dee40db..30d717268b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -158,6 +158,7 @@ use File::Glob qw(:case); t/release-pod-syntax.t t/socket.t t/system.t + t/no-all.t ) ], }, |