Inheritance of B:: classes
authorStephen McCamant <smcc@mit.edu>
Mon, 22 Jun 1998 21:19:43 +0000 (16:19 -0500)
committerGurusamy 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

index 8545c5c..5897ef1 100644 (file)
@@ -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';