Help for this page
use Test::MockObject; use Test::More 'no_plan'; ... is( $x->isa('Foo'), 1 ); is( $x->bar('Foo'), 2 );