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
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html