summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-15 21:42:02 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-15 21:42:02 -0800
commit0ae110173629d28a032c3c74f9c8ff6dbf2a61eb (patch)
treecadce5b15a8d2d4a642182f75cfca60f8188041b /dist/Carp
parentca80cbdc2173732ae176abaa8967ce047eddbf52 (diff)
downloadperl-0ae110173629d28a032c3c74f9c8ff6dbf2a61eb.tar.gz
Increase $Carp::VERSION to 1.24
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 95503d3ff3..cd9eb870d0 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -24,7 +24,7 @@ BEGIN {
}
}
-our $VERSION = '1.23';
+our $VERSION = '1.24';
our $MaxEvalLen = 0;
our $Verbose = 0;