diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-12 06:39:50 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-19 20:09:12 -0700 |
commit | efbca4494726c8dcd5bd82b86144a2e02e739497 (patch) | |
tree | 20165a2fb0ac53ae2ea1770616d155713d90b323 /dist/Carp | |
parent | 707475cd74fef60149c3f020c29472b1814b3e9b (diff) | |
download | perl-efbca4494726c8dcd5bd82b86144a2e02e739497.tar.gz |
Increase $Carp::VERSION to 1.26
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 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; |