diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-02-01 13:00:11 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-02-01 13:00:11 -0500 |
commit | 8f8dc686da698978d40b228c32a8fa9b5d5997a0 (patch) | |
tree | 689d95990bc321eab41c44adb6d01f38becca58b | |
parent | d38ea5117f2f46a4464202484077f0daf431cca2 (diff) | |
download | perl-8f8dc686da698978d40b228c32a8fa9b5d5997a0.tar.gz |
Bump Carp.pm version since it now differs from 5.13.9
-rw-r--r-- | lib/Carp.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carp.pm b/lib/Carp.pm index d85a94085d..258be4e4c1 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -3,7 +3,7 @@ package Carp; use strict; use warnings; -our $VERSION = '1.19'; +our $VERSION = '1.20'; our $MaxEvalLen = 0; our $Verbose = 0; |