Re: Module::Build::TestReporter 1.00 Preview

2005-06-02 Thread chromatic
On Wed, 2005-06-01 at 22:57 +0100, Adrian Howard wrote: > Getting some test failures on vanilla OS X 10.4.1 (see below). Not > got time to dig into causes at the moment. I've bumped up the Test-Simple version requirement in Build.PL to fix this. > Looks nice though. Like the roles stuff. Than

Re: Module::Build::TestReporter 1.00 Preview

2005-06-02 Thread Adrian Howard
On 2 Jun 2005, at 10:01, Michael G Schwern wrote: [snip] Test::More 0.48_02 introduced a change where it would put a leading newline before its diagnostics when running under Test::Harness. Looks like the test expected that. You're probably running Test::More 0.47. [snip] Bah. I knew that

Re: Module::Build::TestReporter 1.00 Preview

2005-06-02 Thread Michael G Schwern
On Wed, Jun 01, 2005 at 10:57:21PM +0100, Adrian Howard wrote: > ok 15 - ... having cleared out any existing failures > # Failed test (t/base.t at line 95) > # Structures begin differing at: > # $got->{failures}[0]{diagnostics} = 'Failed test > (fake_tests/fail.t at line 9) >

Re: Module::Build::TestReporter 1.00 Preview

2005-06-02 Thread Adrian Howard
On 30 May 2005, at 22:23, chromatic wrote: [snip] I'd love to have feedback before I release it to the CPAN in a week or so. [snip] Getting some test failures on vanilla OS X 10.4.1 (see below). Not got time to dig into causes at the moment. Looks nice though. Like the roles stuff. Adrian