Help for this page
use 5.010; use strict; ... is( Foo->add_xyz(100), 223, 'method works properly' ); done_testing;