NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Working on Unix (Linux) ? (Score:1)
(on Linux Mandrake 8.1 box)
I've thrown a fail report on the cpan-testers mailing list
and got nothing except another version with the same error...
As it's Schwern the author I'm seriously suspecting some goof from MY part.
Any fail/pass report on this arch would be welcome...
Re:Working on Unix (Linux) ? (Score:2, Informative)
ExtUtils.t wasn't adding the 'blib/lib' path. Adding that makes it succeed.
It also looks like something was clobbering $@ in Manifest.t. Swapping lines 135 and 136 fixed it for me. There may be a missing local somewhere in Test::More or Test::Builder.
All tests pass for me now though.
Re:Working on Unix (Linux) ? (Score:2, Informative)
He sent me back a patch adding a "chdir 't' "for the first prob
and said the second one would be fixed with Test::More 0.41 which isn't on CPAN yet...
I think everything should be nice in the next version
Maybe it's a sign saying I should dare WRITING tests (rather to only check them)
Re:Working on Unix (Linux) ? (Score:2)
/J\
Reply to This
Parent