diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-06-07 16:13:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-06-07 16:13:07 +0000 |
commit | 599230fcc2a71958f27f694cf9850b449fec58bc (patch) | |
tree | 09f9a6bcb425bccd7687bd43f750ea0f6a67f1d1 /lib/Carp.pm | |
parent | f93f88eb61a94bcdbb547d21f149a2227a5a4d40 (diff) | |
download | perl-599230fcc2a71958f27f694cf9850b449fec58bc.tar.gz |
$Carp::VERSION++ following change 33992.
p4raw-id: //depot/perl@34014
Diffstat (limited to 'lib/Carp.pm')
-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 ebec96f21b..7319a30719 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,6 +1,6 @@ package Carp; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # this file is an utra-lightweight stub. The first time a function is # called, Carp::Heavy is loaded, and the real short/longmessmess_jmp # subs are installed |