This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Carp: remove unneeded VERSION eval, bump version
authorRicardo Signes <rjbs@cpan.org>
Thu, 19 Mar 2015 22:59:54 +0000 (18:59 -0400)
committerRicardo Signes <rjbs@cpan.org>
Thu, 19 Mar 2015 23:12:10 +0000 (19:12 -0400)
dist/Carp/lib/Carp.pm
dist/Carp/lib/Carp/Heavy.pm

index 62aa679..5b191eb 100644 (file)
@@ -87,7 +87,7 @@ BEGIN {
     }
 }
 
     }
 }
 
-our $VERSION = '1.35';
+our $VERSION = '1.36';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;
index 8863618..a602297 100644 (file)
@@ -2,7 +2,7 @@ package Carp::Heavy;
 
 use Carp ();
 
 
 use Carp ();
 
-our $VERSION = '1.35';
+our $VERSION = '1.36';
 
 # Carp::Heavy was merged into Carp in version 1.12.  Any mismatched versions
 # after this point are not significant and can be ignored.
 
 # Carp::Heavy was merged into Carp in version 1.12.  Any mismatched versions
 # after this point are not significant and can be ignored.