summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-12 06:39:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-19 20:09:12 -0700
commitefbca4494726c8dcd5bd82b86144a2e02e739497 (patch)
tree20165a2fb0ac53ae2ea1770616d155713d90b323 /dist/Carp
parent707475cd74fef60149c3f020c29472b1814b3e9b (diff)
downloadperl-efbca4494726c8dcd5bd82b86144a2e02e739497.tar.gz
Increase $Carp::VERSION to 1.26
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/lib/Carp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index fc2eab3973..e8fc4faea8 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -24,7 +24,7 @@ BEGIN {
}
}
-our $VERSION = '1.25';
+our $VERSION = '1.26';
our $MaxEvalLen = 0;
our $Verbose = 0;