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
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
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