From b582f7a3c961041c914ff898cddd55d5e965e54e Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 7 Apr 2014 12:13:20 +0100 Subject: [PATCH] Synchronise Carp with CPAN version 1.3301 --- Porting/Maintainers.pl | 2 +- dist/Carp/Makefile.PL | 4 ++++ dist/Carp/lib/Carp.pm | 2 +- dist/Carp/lib/Carp/Heavy.pm | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4f5bfdf..31d821c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -193,7 +193,7 @@ use File::Glob qw(:case); }, 'Carp' => { - 'DISTRIBUTION' => 'ZEFRAM/Carp-1.33.tar.gz', + 'DISTRIBUTION' => 'ZEFRAM/Carp-1.3301.tar.gz', 'FILES' => q[dist/Carp], }, diff --git a/dist/Carp/Makefile.PL b/dist/Carp/Makefile.PL index 42207a2..05aabd3 100644 --- a/dist/Carp/Makefile.PL +++ b/dist/Carp/Makefile.PL @@ -8,9 +8,13 @@ WriteMakefile( VERSION_FROM => "lib/Carp.pm", ABSTRACT_FROM => "lib/Carp.pm", PREREQ_PM => { + "Config" => 0, "Exporter" => 0, + "ExtUtils::MakeMaker" => 0, "IPC::Open3" => "1.0103", "Test::More" => 0, + "overload" => 0, + "parent" => 0, "strict" => 0, "warnings" => 0, }, diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm index 24c0cd1..e1dca01 100644 --- a/dist/Carp/lib/Carp.pm +++ b/dist/Carp/lib/Carp.pm @@ -87,7 +87,7 @@ BEGIN { } } -our $VERSION = '1.33'; +our $VERSION = '1.3301'; our $MaxEvalLen = 0; our $Verbose = 0; diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm index 5e13cb2..a14672b 100644 --- a/dist/Carp/lib/Carp/Heavy.pm +++ b/dist/Carp/lib/Carp/Heavy.pm @@ -2,7 +2,7 @@ package Carp::Heavy; use Carp (); -our $VERSION = '1.33'; +our $VERSION = '1.3301'; my $cv = defined($Carp::VERSION) ? $Carp::VERSION : "undef"; if($cv ne $VERSION) { -- 2.7.4