diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-03-03 22:51:18 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-03-03 22:51:18 +0000 |
commit | 04775fa2c5928f43179fdef4a100c540f11d2093 (patch) | |
tree | bb957077444596e5bcf7cd1f6b0f7a1ec80bb5a9 /dist/Carp/lib/Carp.pm | |
parent | bf8ec61c9d25ed3e80e3148b60fea29e252bb510 (diff) | |
download | perl-04775fa2c5928f43179fdef4a100c540f11d2093.tar.gz |
Bump Carp to version 1.33
Triggered by commit b82e68e8acf012df784511a23ba8b2dfbc3853b8
Diffstat (limited to 'dist/Carp/lib/Carp.pm')
-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 0eab7a824c..24c0cd181a 100644 --- a/dist/Carp/lib/Carp.pm +++ b/dist/Carp/lib/Carp.pm @@ -87,7 +87,7 @@ BEGIN { } } -our $VERSION = '1.32'; +our $VERSION = '1.33'; our $MaxEvalLen = 0; our $Verbose = 0; |