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:
6990d99
)
Inheritance of B:: classes
author
Stephen McCamant
<smcc@mit.edu>
Mon, 22 Jun 1998 21:19:43 +0000
(16:19 -0500)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 23 Jun 1998 05:59:09 +0000
(
05:59
+0000)
Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@1200
ext/B/B.pm
patch
|
blob
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
8545c5c
..
5897ef1
100644
(file)
--- a/
ext/B/B.pm
+++ b/
ext/B/B.pm
@@
-31,7
+31,8
@@
use strict;
@B::GV::ISA = 'B::PVMG';
@B::HV::ISA = 'B::PVMG';
@B::CV::ISA = 'B::PVMG';
-@B::IO::ISA = 'B::CV';
+@B::IO::ISA = 'B::PVMG';
+@B::FM::ISA = 'B::CV';
@B::OP::ISA = 'B::OBJECT';
@B::UNOP::ISA = 'B::OP';