> -----Original Message-----
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 11, 2001 5:27 PM
> To: Geoffrey Young
> Cc: 'barries'; '[EMAIL PROTECTED]'
> Subject: RE: more Apache::Test stuff...
> 
> 
> On Fri, 11 May 2001, Geoffrey Young wrote:
>  
> > none, but based on previous list discussions I didn't 
> expect it to separate
> > from 2.0 cvs.  I'm happy to see it move to CPAN, though...
> 
> i've said all along Apache-Test was designed to be self-contained for
> exactly this reason.  

I think I came off wrong... I may have meant "any time soon" :)  certainly,
even after it's release, it will take a while for it to catch on - I
originally started off trying to run test.pl if the EU didn't have
Apache::Test and t/* if the user did in anticipation...

anyway, I tried late last week to implement skip in Apache::Test with little
success.  
trying to get my head around stuff like
    while (my($shortcut, $cv) = each %shortcuts) {
        my $alias = join '_', $name, $shortcut;
        *$alias = sub { (\&{$name})->(@_)->$cv; };
    }  
is really humbling ;)

--Geoff 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to