in reply to Test::Builder::skip() not dwimming.
sub DEMO_1 : Tests { my $self = shift; return 'Wanting to skip the DEMO_1 tests'; my $results = { '1 / 2' => "0.5", '1 / 4' => 0.25, }; _verify($results); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::Builder::skip() not dwimming.
by syphilis (Archbishop) on Sep 03, 2008 at 11:18 UTC | |
by chromatic (Archbishop) on Sep 03, 2008 at 18:01 UTC |