On Thu, Jun 30, 2005 at 10:02:27AM +0200, demerphq wrote:
> Why would you do this anyway? What is the point of a package being ISA itself?

Other way around.

  push @Some::Other::Package::ISA, __PACKAGE__;

Term::UI does this.

  push @Term::ReadLine::Stub::ISA, __PACKAGE__
        unless grep { $_ eq __PACKAGE__ } @Term::ReadLine::Stub::ISA;


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
You are wicked and wrong to have broken inside and peeked at the
implementation and then relied upon it.
        -- tchrist in <[EMAIL PROTECTED]>

Reply via email to