Testing with Perl
prev
|
next
isa_ok()
Ensure we can instantiate the object
my $obj = Some::Module->new; isa_ok( $obj, 'Some::Module' );