Synchronise Carp with CPAN version 1.3301
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 7 Apr 2014 11:13:20 +0000 (12:13 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 7 Apr 2014 11:13:20 +0000 (12:13 +0100)
Porting/Maintainers.pl
dist/Carp/Makefile.PL
dist/Carp/lib/Carp.pm
dist/Carp/lib/Carp/Heavy.pm

index 4f5bfdf..31d821c 100755 (executable)
@@ -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],
     },
 
index 42207a2..05aabd3 100644 (file)
@@ -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,
        },
index 24c0cd1..e1dca01 100644 (file)
@@ -87,7 +87,7 @@ BEGIN {
     }
 }
 
-our $VERSION = '1.33';
+our $VERSION = '1.3301';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;
index 5e13cb2..a14672b 100644 (file)
@@ -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) {