summaryrefslogtreecommitdiff
path: root/lib/Carp.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-06-07 16:13:07 +0000
committerNicholas Clark <nick@ccl4.org>2008-06-07 16:13:07 +0000
commit599230fcc2a71958f27f694cf9850b449fec58bc (patch)
tree09f9a6bcb425bccd7687bd43f750ea0f6a67f1d1 /lib/Carp.pm
parentf93f88eb61a94bcdbb547d21f149a2227a5a4d40 (diff)
downloadperl-599230fcc2a71958f27f694cf9850b449fec58bc.tar.gz
$Carp::VERSION++ following change 33992.
p4raw-id: //depot/perl@34014
Diffstat (limited to 'lib/Carp.pm')
-rw-r--r--lib/Carp.pm2
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