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:
0a0ab32
)
use Foo (sub {...});
author
Robin Houston
<robin@cpan.org>
Sun, 6 May 2001 16:46:54 +0000
(17:46 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 7 May 2001 00:57:38 +0000
(
00:57
+0000)
Message-ID: <
20010506164654
.A6848@penderel>
p4raw-id: //depot/perl@10012
ext/B/B/Deparse.pm
patch
|
blob
|
history
diff --git
a/ext/B/B/Deparse.pm
b/ext/B/B/Deparse.pm
index 2f01389310b4ca600022ea5ace29c877abf67723..ef367c25573ccf087f3fda711ab7480794788070 100644
(file)
--- a/
ext/B/B/Deparse.pm
+++ b/
ext/B/B/Deparse.pm
@@
-271,6
+271,7
@@
sub next_todo {
sub begin_is_use {
my ($self, $cv) = @_;
my $root = $cv->ROOT;
+ local @$self{qw'curcv curcvlex'} = ($cv);
#require B::Debug;
#B::walkoptree($cv->ROOT, "debug");
my $lineseq = $root->first;