summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-18 01:34:47 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-18 01:35:52 +0100
commit411e93ce65da156b2ffd45afeee2d4beebd3824a (patch)
tree86fb1df4cbb2381c859a8ffcbb42861304dd6d35 /Porting/Maintainers.pl
parentd70bfb04654edb2c690488bcaace7a1c7090004d (diff)
downloadperl-411e93ce65da156b2ffd45afeee2d4beebd3824a.tar.gz
Upgrade Test-Simple from version 0.98 to 0.99
This incorporates the CUSTOMIZED files t/fail-more.t, lib/Test/Builder.pm, lib/Test/Builder/Module.pm, lib/Test/More.pm and lib/Test/Simple.pm.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl14
1 files changed, 1 insertions, 13 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 4dfaf92ca7..3aa13406cd 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1220,7 +1220,7 @@ use File::Glob qw(:case);
},
'Test::Simple' => {
- 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.98.tar.gz',
+ 'DISTRIBUTION' => 'RJBS/Test-Simple-0.99.tar.gz',
'FILES' => q[cpan/Test-Simple],
'EXCLUDED' => [
qw( .perlcriticrc
@@ -1232,18 +1232,6 @@ use File::Glob qw(:case);
lib/Test/Builder/IO/Scalar.pm
),
],
-
- 'CUSTOMIZED' => [
- # Waiting to be merged upstream: see CPAN RT#79762
- 't/fail-more.t',
-
- # Waiting to be merged upstream: see PERL RT#119825
- 'lib/Test/Builder.pm',
- 'lib/Test/Builder/Module.pm',
- 'lib/Test/More.pm',
- 'lib/Test/Simple.pm',
- ],
-
'UPSTREAM' => 'cpan',
},