> [EMAIL PROTECTED] - Mon Nov 13 00:10:45 2000]:
>
> If one package (say, Bar) is declared to be a subclass of another
> package
> (say, Foo) by assigning to the first package's @ISA array,
> UNIVERSAL::isa
> denies that Bar is a subclass of Foo unless Foo's stash has been
> created.
> 
> This prints nothing:
> 
> perl -le '@Bar::ISA = "Foo"; print "Bar"->isa("Foo")'
> 
> This prints "1":
> 
> perl -le '@Bar::ISA = "Foo"; $Foo::var = 1; print "Bar"->isa("Foo")'

This bug is still present in 5.8.6 and bleadperl.

Reply via email to