On Sat, Jul 06, 2002 at 06:57:27PM -0700, chromatic wrote:
> My test was:
> 
>       use_ok( 'Child::Class' );
>       isa_ok( 'Child::Class', 'Parent::Class' );
> 
> I could just as easily check @Child::Class::ISA or use UNIVERSAL::isa().

Child::Class->isa('Parent::Class')


-- 
This sig file temporarily out of order.

Reply via email to