diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 11:55:16 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 11:55:16 +0100 |
commit | 0b4ffce69122f064651915707455a21d480d61c3 (patch) | |
tree | 66d2a5503aeff1ea024379b0903af03f8f48dae2 /Porting | |
parent | e8d5ab7b269b27852f432c140e9d021f103b50e0 (diff) | |
download | perl-0b4ffce69122f064651915707455a21d480d61c3.tar.gz |
Upgrade Test-Simple from version 1.302040 to 1.302045
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a39cd08039..46087bdcb4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1058,15 +1058,12 @@ use File::Glob qw(:case); }, 'Test::Simple' => { - 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302040.tar.gz', + 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302045.tar.gz', 'FILES' => q[cpan/Test-Simple], 'EXCLUDED' => [ - qr{^xt}, + qr{^examples/}, + qr{^xt/}, qw( perltidyrc - examples/indent.pl - examples/subtest.t - examples/tools.pl - examples/tools.t t/00compile.t t/00-report.t t/zzz-check-breaks.t |