Searched refs:fail_with (Results 1 – 3 of 3) sorted by relevance
21 $lh->fail_with('failure_handler_auto');
303 =item $lh->fail_with I<or> $lh->fail_with(I<PARAM>)890 fail_with1077 The "fail" attribute can be accessed with the C<fail_with> method:1080 $lh->fail_with( \&failure_handler );1083 $lh->fail_with( 'failure_method' );1086 $lh->fail_with( undef );1089 $handler = $lh->fail_with();1126 $lh->fail_with('failure_handler_auto');1161 $lh->fail_with('my_clever_failure_handler');
130 sub fail_with { # an actual attribute method! subroutine