diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-12 14:50:47 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-19 20:09:12 -0700 |
commit | cc336327ca70797fda607b15c125e7d157b03e68 (patch) | |
tree | 0d3fba135f6880061c0bd963f121081c7eee9f0c /dist/Carp | |
parent | efbca4494726c8dcd5bd82b86144a2e02e739497 (diff) | |
download | perl-cc336327ca70797fda607b15c125e7d157b03e68.tar.gz |
Increase $Carp::Heavy::VERSION to 1.26
Diffstat (limited to 'dist/Carp')
-rw-r--r-- | dist/Carp/lib/Carp/Heavy.pm | 2 |
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; |