diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-15 21:42:02 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-15 21:42:02 -0800 |
commit | 0ae110173629d28a032c3c74f9c8ff6dbf2a61eb (patch) | |
tree | cadce5b15a8d2d4a642182f75cfca60f8188041b /dist/Carp | |
parent | ca80cbdc2173732ae176abaa8967ce047eddbf52 (diff) | |
download | perl-0ae110173629d28a032c3c74f9c8ff6dbf2a61eb.tar.gz |
Increase $Carp::VERSION to 1.24
Diffstat (limited to 'dist/Carp')
-rw-r--r-- | dist/Carp/lib/Carp.pm | 2 |
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; |