summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-19 12:27:41 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-19 12:27:41 +0000
commitb41faa8d54fd816a95073fdf0281aab457a50545 (patch)
tree17bed2415394bb642745d4da93be90c4909ea9ae
parent4c2232f502f18ebe717abd7b12f2a5d196b557fa (diff)
downloadperl-b41faa8d54fd816a95073fdf0281aab457a50545.tar.gz
Integrate:
[ 23042] Bump $B::Deparse::VERSION p4raw-link: @23042 on //depot/perl: 6cb271b22aafa3e578dd67cc48ab658f6d61b7a2 p4raw-id: //depot/maint-5.8/perl@23136 p4raw-integrated: from //depot/perl@23042 'merge in' ext/B/B/Deparse.pm (@23010..)
-rw-r--r--ext/B/B/Deparse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm
index 91e5b63991..541b223b96 100644
--- a/ext/B/B/Deparse.pm
+++ b/ext/B/B/Deparse.pm
@@ -21,7 +21,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
# Not sure if I really should have this as maint's version, given that Deparse
# differs from blead. (latter has // support)
-$VERSION = 0.66;
+$VERSION = 0.67;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();