10 if $foo.isa( 'Foo' ) {
18 if $foo.isa( 'Foo' ) {
24 if $foo.isa( 'Str' ) {
30 if $foo.isa( 'Object' ) {
34 say "not ok 4 - inheritance"
42 The Pugs Team E<lt>perl6-compiler@perl.orgE<gt>.
46 The Perl 6 homepage at L<http://dev.perl.org/perl6>.
48 The Pugs homepage at L<http://pugscode.org/>.
52 Copyright 2007 by Flavio Soibelmann Glock and others.
54 This program is free software; you can redistribute it and/or modify it
55 under the same terms as Perl itself.
57 See L<http://www.perl.com/perl/misc/Artistic.html>