Re:

2006-03-14 Thread Jos Boumans
chromatic wgz.org> writes: > Bogus to me is "cannot install a dependency because, for all I can tell, the > tester has a space somewhere in a directory name somewhere in the path to > Perl and the tester's operating system and command shell just can't cope with > this." > > That's well beyond

Test.pm does not return false on failed tests.

2006-10-30 Thread Jos Boumans
Greetings, I got this bug report for CPANPLUS the other day, which turns out that Test.pm does not actually exit with a non-zero exitcode like Test::More does on failed tests: http://rt.cpan.org/Ticket/Display.html?id=22685 This means neither CPAN.pm nor CPANPLUS actually detect the fact that

Re: Test.pm does not return false on failed tests.

2006-10-30 Thread Jos Boumans
> Jos Boumans wrote: >> I got this bug report for CPANPLUS the other day, which turns out that >> Test.pm >> does not actually exit with a non-zero exitcode like Test::More does on >> failed tests: >> >> http://rt.cpan.org/Ticket/Display.html?id=22685 &g