use Debug;

package Tester;

sub tester {
	print "This is a test for this dodgy print_method routine!\n";
	print "whoopdie doo.\n";
	1 == 2 or return DB::fail();
	print "Yes, we got here! args are @_\n";
}

1
