diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-17 21:47:16 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-17 21:47:16 +0000 |
commit | 40b05a5c233bd636274a9ad4177a3f23f15d8021 (patch) | |
tree | 5486d308d156e78858cf372c8bcb63c27a00b1bc | |
parent | 9d20b1d38279c45cca2d6fb2d737b7f093401c7c (diff) | |
download | perl-40b05a5c233bd636274a9ad4177a3f23f15d8021.tar.gz |
Blead is (almost!) using Carp-1.35
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rw-r--r-- | t/porting/customized.dat | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 97a7e219c9..18c02896d8 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -193,8 +193,10 @@ use File::Glob qw(:case); }, 'Carp' => { - 'DISTRIBUTION' => 'ZEFRAM/Carp-1.3301.tar.gz', + 'DISTRIBUTION' => 'RJBS/Carp-1.35.tar.gz', 'FILES' => q[dist/Carp], + # Waiting for resolution upstream: CPAN RT#102835 + 'CUSTOMIZED' => [ qw[ lib/Carp/Heavy.pm ] ], }, 'Compress::Raw::Bzip2' => { diff --git a/t/porting/customized.dat b/t/porting/customized.dat index fa37838db4..4615c21411 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,3 +1,4 @@ +Carp dist/Carp/lib/Carp/Heavy.pm 505e4a4ef23945125325f229ccc0d265fc327872 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/pm_to_blib.t 71ebcee355691ce374fcad251b12d8b2412462b3 PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t ca39f0146e89de02c746e199c45dcb3e5edad691 Text::ParseWords cpan/Text-ParseWords/t/ParseWords.t 9bae51c9b944cd5c0bbabe9d397e573976a2be8e |