On Wed, 5 Dec 2001, Stas Bekman wrote:
 
> I didn't get you? do you prefer to make this change and disengage skip 
> stuff from plan:
> 
>   skip_unless(...);
>   plan tests => $tests;

i'd like it if the current shorthand continues to work:
plan tests => $tests, ['lwp', 'cgi'];

i would not like it if the only option to plan was the return value of
skip_unless.  so if the skip_unless extensions do not fit into the
overloaded plan, then just detach it like you have above.  we only call it
in one .t at the moment (byterange), and i guess one more would call it if
the extension is made (getfile).


Reply via email to