In perl.git, the branch smoke-me/carp-107636 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6db5ece2f7fb5e8b13bb78f0622746118f674f1f?hp=e2eb122ff858c1a9c4537edea1a3ee8baf65100f>

- Log -----------------------------------------------------------------
commit 6db5ece2f7fb5e8b13bb78f0622746118f674f1f
Author: Father Chrysostomos <[email protected]>
Date:   Thu Apr 12 14:50:47 2012 -0700

    Increase $Carp::Heavy::VERSION to 1.26
-----------------------------------------------------------------------

Summary of changes:
 dist/Carp/lib/Carp/Heavy.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 8094e85..3147d9b 100644
--- a/dist/Carp/lib/Carp/Heavy.pm
+++ b/dist/Carp/lib/Carp/Heavy.pm
@@ -2,7 +2,7 @@ package Carp::Heavy;
 
 use Carp ();
 
-our $VERSION = '1.25';
+our $VERSION = '1.26';
 
 1;
 

--
Perl5 Master Repository

Reply via email to