diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-03-19 19:26:53 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-03-19 19:26:53 -0400 |
commit | 795b0ba929990e79e14ca02b8dc0f1ad7d7282d5 (patch) | |
tree | 30562b2052a76a9152168b3c9c1b11a07b0b0166 /Porting | |
parent | 8030c58f67182365290473fa3a3d3a26ac968989 (diff) | |
download | perl-795b0ba929990e79e14ca02b8dc0f1ad7d7282d5.tar.gz |
Carp::Heavy is no longer customized
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 433987c122..d3e5c334a9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -193,10 +193,8 @@ use File::Glob qw(:case); }, 'Carp' => { - 'DISTRIBUTION' => 'RJBS/Carp-1.35.tar.gz', + 'DISTRIBUTION' => 'RJBS/Carp-1.36.tar.gz', 'FILES' => q[dist/Carp], - # Waiting for resolution upstream: CPAN RT#102835 - 'CUSTOMIZED' => [ qw[ lib/Carp/Heavy.pm ] ], }, 'Compress::Raw::Bzip2' => { |