=begin testing my $obj = foo(); is($obj, "blatz", "beer run(s)"); =end testing #### =begin testing =cut my $obj = foo(); is($obj, "blatz", "beer run(s)"); =end testing