projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6683b15
)
Bump $B::Deparse::VERSION
author
Nicholas Clark
<nick@ccl4.org>
Mon, 5 Jul 2004 14:54:15 +0000
(14:54 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 5 Jul 2004 14:54:15 +0000
(14:54 +0000)
p4raw-id: //depot/perl@23042
ext/B/B/Deparse.pm
patch
|
blob
|
history
diff --git
a/ext/B/B/Deparse.pm
b/ext/B/B/Deparse.pm
index
219fc8e
..
73075cd
100644
(file)
--- a/
ext/B/B/Deparse.pm
+++ b/
ext/B/B/Deparse.pm
@@
-19,7
+19,7
@@
use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
CVf_METHOD CVf_LOCKED CVf_LVALUE CVf_ASSERTION
PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE PMf_SKIPWHITE
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = 0.6
6
;
+$VERSION = 0.6
7
;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();