RE: [htmltmpl] tests fail using Perl 5.6.1
Brought to you by:
samtregar
From: Gabor S. <ga...@pe...> - 2004-07-30 03:39:41
|
On Thu, 29 Jul 2004, Sam Tregar wrote: > On Thu, 29 Jul 2004, Nicholas R. Markham wrote: > > Well, it looks like all the tests are passing to me. Maybe your > Test::Harness is broken? You might try updating it from CPAN. If you > don't feel like debugging further I think can safely do a 'make > install'. Nicholas, I'd appreciate if you set me the output of the following 3 commands so I can check if there is some problem with any of these. perl -MTest::Harness -e 'print $Test::Harness::VERSION' perl -MTest::More -e 'print $Test::More::VERSION' perl -V (capital V in the last one) Gabor |