Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-21 Thread Stas Bekman
On Tue, 4 Dec 2001, Doug MacEachern wrote: On Thu, 22 Nov 2001, Stas Bekman wrote: I can extend it to engulf the plan() extension that we have added and then the only function you will ever call with plan() is skip_unless. I think this: plan ..., skip_unless('cgi', 'lwp'); there's

Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-21 Thread Doug MacEachern
On Fri, 21 Dec 2001, Stas Bekman wrote: OK, here it is: I've finally called it skip_all() as it's a standalone function now. cool, +1. but would rather it still be called skip_unless()

Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-05 Thread Rodent of Unusual Size
ebinc wrote: Does any one know how to unsubscribe from this list? Ive been on the site but cannot find were it is In the mail header you'll see: list-unsubscribe: mailto:[EMAIL PROTECTED] which is the Sum of All Wisdom for this question. :-) -- #kenP-)} Ken Coar,

Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-04 Thread Stas Bekman
Doug MacEachern wrote: On Thu, 22 Nov 2001, Stas Bekman wrote: I can extend it to engulf the plan() extension that we have added and then the only function you will ever call with plan() is skip_unless. I think this: plan ..., skip_unless('cgi', 'lwp'); there's no point in overloading plan

Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-04 Thread Doug MacEachern
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

Re: cvs commit: httpd-test/perl-framework/t/apache getfile.t

2001-12-04 Thread Stas Bekman
Doug MacEachern wrote: 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