<bias class="author">
If you do this sort of thing you might be interested in Test::Block where your example would be written as:
use Test::More 'no_plan'; use Test::Block qw( $Plan ); { local $Plan = 1; # carry out one test } { local $Plan = 3; # carry out our 3 tests }
</bias>
In reply to Re^2: Toggling test plans with vim
by adrianh
in thread Toggling test plans with vim
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |