This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Carp: CPAN release 1.37_02
authorRicardo Signes <rjbs@cpan.org>
Fri, 30 Oct 2015 12:17:15 +0000 (08:17 -0400)
committerRicardo Signes <rjbs@cpan.org>
Fri, 30 Oct 2015 12:17:15 +0000 (08:17 -0400)
dist/Carp/Changes
dist/Carp/lib/Carp.pm
dist/Carp/lib/Carp/Heavy.pm

index 9e391be..a2e8c4c 100644 (file)
@@ -1,4 +1,7 @@
 
+version 1.37_02; 2015-10-30
+  * bugfix: remove unused parent.pm from prereqs
+
 version 1.37_01; 2015-10-25
   * improvements for working on older perls
   * bugfix: $Carp::MaxArgNums is no longer treated as if it was one larger
index 3582200..d3ae332 100644 (file)
@@ -87,7 +87,7 @@ BEGIN {
     }
 }
 
-our $VERSION = '1.37_01';
+our $VERSION = '1.37_02';
 $VERSION =~ tr/_//d;
 
 our $MaxEvalLen = 0;
index 4377fe7..170f8e4 100644 (file)
@@ -2,7 +2,7 @@ package Carp::Heavy;
 
 use Carp ();
 
-our $VERSION = '1.37_01';
+our $VERSION = '1.37_02';
 $VERSION =~ tr/_//d;
 
 # Carp::Heavy was merged into Carp in version 1.12.  Any mismatched versions