This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch t/test.pl so isa_ok() works with objects.
authorMichael G. Schwern <schwern@pobox.com>
Wed, 16 Nov 2011 01:14:52 +0000 (17:14 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 17 Nov 2011 18:01:33 +0000 (10:01 -0800)
commitb8ab4b0c2ac8ae091a7ed7909f0d9b01ae5717f0
tree6ea8abfc966be40771275578dacc525e6be68494
parent2485732a89bf5918fbda457cba014bb1b771356d
Patch t/test.pl so isa_ok() works with objects.

This mirrors can_ok() and Test::More.

Also add some tests for isa_ok() and can_ok().
t/test.pl
t/test_pl/can_isa_ok.t [new file with mode: 0644]