Re: cvs commit: modperl-2.0/Apache-Test/lib/Apache TestSort.pmTestHarness.pm

2001-06-27 Thread Stas Bekman
On Wed, 27 Jun 2001, Doug MacEachern wrote: > On Thu, 28 Jun 2001, Stas Bekman wrote: > > > what happens if $args->{order} is defined, but is none of > > rotate|random|repeat when somebody mistypes the value or --order? This > > code will die. My original code was just silently ignoring this opt

Re: cvs commit: modperl-2.0/Apache-Test/lib/Apache TestSort.pmTestHarness.pm

2001-06-27 Thread Doug MacEachern
On Thu, 28 Jun 2001, Stas Bekman wrote: > what happens if $args->{order} is defined, but is none of > rotate|random|repeat when somebody mistypes the value or --order? This > code will die. My original code was just silently ignoring this option if > it's an unknown one. i don't think an unkno

Re: cvs commit: modperl-2.0/Apache-Test/lib/Apache TestSort.pmTestHarness.pm

2001-06-27 Thread Stas Bekman
On 27 Jun 2001 [EMAIL PROTECTED] wrote: > dougm 01/06/27 10:30:22 > > Modified:Apache-Test MANIFEST >Apache-Test/lib/Apache TestHarness.pm > Added: Apache-Test/lib/Apache TestSort.pm > Log: > move sort routines into their own module, might be useful elsewhe