Testing with Perl
prev
|
next
can_ok()
Ensure the object has the necessary methods
can_ok('Foo', qw(this that whatever)); can_ok($obj, qw(this that whatever));