Re: t/oo/class/basic.t path for class Foo::Bar {} failure

2005-05-11 Thread Autrijus Tang
Thanks, both yours and Shillo's tests are applied (and implemented). /Autrijus/ pgpi79NWrtGna.pgp Description: PGP signature

t/oo/class/basic.t path for class Foo::Bar {} failure

2005-05-11 Thread Stevan Little
Index: t/oo/class/basic.t === --- t/oo/class/basic.t(revision 2970) +++ t/oo/class/basic.t(working copy) @@ -21,6 +21,11 @@ my $foo_clone = $foo.clone(); ok($foo_clone ~~ Foo, '... smartmatch our $foo_clone to the Foo class'