This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump Carp version to 1.27
authorTony Cook <tony@develop-help.com>
Fri, 28 Sep 2012 06:22:44 +0000 (16:22 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 28 Sep 2012 06:22:44 +0000 (16:22 +1000)
dist/Carp/lib/Carp.pm

index fdf6a93..ba351ec 100644 (file)
@@ -24,7 +24,7 @@ BEGIN {
     }
 }
 
-our $VERSION = '1.26';
+our $VERSION = '1.27';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;