From the "its about bloody time" dept...

schwern on 2004-07-19T14:44:27

A new release of Test::Simple/More/Builder after a mere six months.

Its an alpha/release candidate because there's some backwards compatibility changes wrt threading. As too much has changed in this release there's some open bugs I'm not fixing until 0.50, na

The coolest new feature is this:

$ perl -MTest::Harness -wle 'runtests @ARGV' ~/tmp/foo.t
/Users/schwern/tmp/foo....NOK 3                                              
#     Failed test (/Users/schwern/tmp/foo.t at line 7)
#          got: '1'
#     expected: '2'
# Looks like you failed 1 test of 4.
/Users/schwern/tmp/foo....dubious                                            
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
        Failed 1/4 tests, 75.00% okay
Failed Test              Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
/Users/schwern/tmp/foo.t    1   256     4    1  25.00%  3
Failed 1/1 test scripts, 0.00% okay. 1/4 subtests failed, 75.00% okay.

Didja see it?


A newline!

Adrian on 2004-07-19T14:57:02

Excellent!