Please download and try it out on your box and make sure it's all good.
Thanks!
xoox,
Andy
Begin forwarded message:
> From: PAUSE <upl...@pause.perl.org>
> Date: April 17, 2006 1:53:40 PM CDT
> To: "Andy Lester" <an...@petdance.com>
> Subject: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz
> Reply-To: cpan-t...@perl.org
>
> The uploaded file
>
> Test-Harness-2.57_04.tar.gz
>
> has entered CPAN as
>
> file: $CPAN/authors/id/P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz
> size: 68319 bytes
> md5: 4c655fe92cbf742c43ec9f8323b5c0cb
>
> No action is required on your part
> Request entered by: PETDANCE (Andy Lester)
> Request entered on: Mon, 17 Apr 2006 18:52:05 GMT
> Request completed: Mon, 17 Apr 2006 18:53:40 GMT
>
> Thanks,
> --
> paused, v460
>
--
Andy Lester => an...@petdance.com => www.petdance.com => AIM:petdance
Tests fine on OS X 10.4.6/perl 5.8.7
dha
--
David H. Adler - <d...@panix.com> - http://www.panix.com/~dha/
Alaska is a large cold place with approximately six residents who
would inbreed if they found each other more attractive.
- Scott Adams
One warning thrown, apparently in t/00compile.t. 37 tests skipped for
"various reasons" in t/test-harness.t. Installed okay.
[Test-Harness-2.57_04] 514 $ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.........# Testing Test::Harness 2.57_04 under Perl 5.008007
and Test::More 0.42
t/00compile.........ok 1/6Argument "2.57_04" isn't numeric in subroutine
entry at t/lib/Test/More.pm line 670
t/00compile.........ok
t/assert............ok
t/base..............ok
t/callback..........ok
t/from_line.........ok
t/harness...........ok
t/inc_taint.........ok
t/nonumbers.........ok
t/ok................ok
t/pod...............ok
t/point-parse.......ok
t/point.............ok
t/prove-globbing....ok
t/prove-switches....ok
t/strap-analyze.....ok
t/strap.............ok
t/test-harness......ok
37/216 skipped: various reasons
t/version...........ok
All tests successful, 37 subtests skipped.
Files=18, Tests=569, 16 wallclock secs ( 7.05 cusr + 4.13 csys = 11.18 CPU)
Here is a portion of the output of 'prove -vb t/test-harness.t'. Is it
what you would expect?
[Test-Harness-2.57_04] 517 $ prove -vb t/test-harness.t
t/test-harness....1..216
# bailout
ok 1
ok 2 # skip don't apply to a bailout
ok 3 # skip don't apply to a bailout
ok 4 # skip don't apply to a bailout
ok 5 # skip don't apply to a bailout
ok 6 # skip don't apply to a bailout
ok 7 # skip don't apply to a bailout
ok 8 - bailout - No warnings
# bignum
Confused test output: test 4 answered after test 136211425
ok 9 # skip special tests for bailout
ok 10
ok 11 - bignum - all ok
ok 12 - bignum - has total
ok 13 - bignum - totals
ok 14 - bignum - failed
ok 15
ok 16 - bignum - Got proper warnings
# bignum_many
Confused test output: test 4 answered after test 99997
Confused test output: test 5 answered after test 99998
Confused test output: test 6 answered after test 99999
Confused test output: test 7 answered after test 100000
Confused test output: test 8 answered after test 100001
Confused test output: test 9 answered after test 100002
Confused test output: test 10 answered after test 100003
Confused test output: test 11 answered after test 100004
ok 17 # skip special tests for bailout
ok 18
ok 19 - bignum_many - all ok
ok 20 - bignum_many - has total
ok 21 - bignum_many - totals
ok 22 - bignum_many - failed
ok 23
ok 24 - bignum_many - Got proper warnings
jimk
> Here is a portion of the output of 'prove -vb t/test-harness.t'.
> Is it what you would expect?
The big thing that's a question is in globbing of files on the
command line.