On Fri, Nov 21, 2003 at 11:48:52PM -0800, Stas Bekman wrote:
> > I dunno, but I guess I'll find out, since mine is 1.15.  Maybe the
> > script should check prereq's there, too?  I'd been hoping, silly me, to
> > avoid having to become Yet Another Perl hacker on this level, this
> > quickly; how do I upgrade that?
> 
> Your wishes have been granted, you don't need to become Yet Another Perl 
> hacker, I've downgraded Test.pm to the one coming with perl 5.6.1, were able 
> to reproduce the problem and fixed it.
> 
> Newer Test.pm versions allows you to do:
> 
>   skip "not enough coffee";
> 
> if you certainly know that you want to skip a sub-test. Whereas older Test.pm 
> wants:
> 
>   skip "not enough coffee", $had_coffee;
> 
> Please give a try to the latest cvs version and see whether you get 100% pass 
> now. 
> http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution

AAAArgggghhhhh!!!

:-)

I have to become another CVS hacker!

Couldn't I upgrade my test.pm, instead, Daddy?  Please?  Can't I?

Cheers,
-- jra
-- 
Jay R. Ashworth                                                [EMAIL PROTECTED]
Member of the Technical Staff     Baylink                             RFC 2100
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 647 1274

        Come see Linux Gazette in our new home: www.linuxgazette.net!

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to