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, 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.

-- 
Martin



-------------------------------------------------------------------------
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

Reply via email to