summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-12 14:50:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-19 20:09:12 -0700
commitcc336327ca70797fda607b15c125e7d157b03e68 (patch)
tree0d3fba135f6880061c0bd963f121081c7eee9f0c /dist
parentefbca4494726c8dcd5bd82b86144a2e02e739497 (diff)
downloadperl-cc336327ca70797fda607b15c125e7d157b03e68.tar.gz
Increase $Carp::Heavy::VERSION to 1.26
Diffstat (limited to 'dist')
-rw-r--r--dist/Carp/lib/Carp/Heavy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 8094e857e3..3147d9b27a 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;