This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump $Carp::VERSION
authorTony Cook <tony@develop-help.com>
Mon, 23 Nov 2020 23:18:18 +0000 (10:18 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 23 Nov 2020 23:18:18 +0000 (10:18 +1100)
dist/Carp/lib/Carp.pm
dist/Carp/lib/Carp/Heavy.pm

index 46aeaa5..941f59d 100644 (file)
@@ -211,7 +211,7 @@ BEGIN {
 }
 
 
-our $VERSION = '1.50';
+our $VERSION = '1.51';
 $VERSION =~ tr/_//d;
 
 our $MaxEvalLen = 0;
index a9b803c..028d2a2 100644 (file)
@@ -2,7 +2,7 @@ package Carp::Heavy;
 
 use Carp ();
 
-our $VERSION = '1.50';
+our $VERSION = '1.51';
 $VERSION =~ tr/_//d;
 
 # Carp::Heavy was merged into Carp in version 1.12.  Any mismatched versions