Martin Costabel <costabel <at> wanadoo.fr> wrote: > Stanton McCandlish wrote: > > Ironically, I already have Test::Builder::Tester installed - I think it > > is part of the stock Perl 5 distro in OS X > > I don't think so. The Test perl modules that come with OSX 10.4 don't > have Builder::Tester,
Are you saying I should remove the CPAN-installed Builder::Tester? > and Teste::Simple produces the "old" one-line > format of the "Failed test" output: > > costabel% perl -e 'use Test::Simple tests =>1; ok(1==2)' > 1..1 > not ok 1 > # Failed test (-e at line 1) > # Looks like you failed 1 tests of 1. Likewise, I get: # perl -e 'use Test::Simple tests =>1; ok(1==2)' 1..1 not ok 1 # Failed test in -e at line 1. # Looks like you failed 1 test of 1. Exit 1 This one might be interesting: # perl -e 'use Test::Builder::Tester tests =>1; ok(1==2)' 1..1 Undefined subroutine &main::ok called at -e line 1. # Looks like your test died before it could output anything. Exit 255 ?? ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users