This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Carp::VERSION to 1.24
authorFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 05:42:02 +0000 (21:42 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 05:42:02 +0000 (21:42 -0800)
dist/Carp/lib/Carp.pm

index 95503d3..cd9eb87 100644 (file)
@@ -24,7 +24,7 @@ BEGIN {
     }
 }
 
-our $VERSION = '1.23';
+our $VERSION = '1.24';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;