Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
I'm getting a lot of failures for Test::Aggregate 0.02. The failures are along the lines of this one:
t/aggregate....# Testing Test::Aggregate 0.02, Perl 5.008006,
/home/cpan/perl586/bin/perl
Don't know which tests failed: got 12 ok, expected 0
I haven't been able to reproduce this on Mac OS X, Windows or Solaris. Is anyone able to look into this and tell me what I did wrong?
No plan (Score:1)
$ perl -Mblib t/aggregate.t
ok 1 - use Test::Aggregate;
ok 2 - use Slow::Loading::Module;
ok 3 - ******** running tests for aggtests/00-load.t ********
# Testing Test::Aggregate 0.02, Perl 5.008008,
ok 4 - ******** running tests for aggtests/boilerplate.t ********
ok 5 - README contains no boilerplate text
ok 6 - Changes contains no boilerplate text
ok 7 - lib/Test/Aggregate.pm contains no boiler
Re: (Score:2)
A ha! That's very interesting. Do you have Test::Pod 1.14 or better installed? I'm guessing you don't.
The tests are halting prematurely and I think I need to figure out a better way to handle 'skip_all'. Here's what the test results should really look like:
Re: No plan (Score:1)
Re: (Score:2)
I've verified that this is actually the problem. I'll get another release out tonight. It will probably be an interim release to get the tests passing and later I will think a bit more about how to resolve this. Thanks for your help!
Re: (Score:1)
Re: (Score:2)
Version 0.03 [cpan.org] is now available. That should fix the problem.
Re: (Score:1)
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Aggregate
[andy@spore Test-Aggregate-0.03]$ make test
cp lib/Test/Aggregate.pm blib/lib/Test/Aggregate.pm
PERL_DL_NONLAZY=1
t/aggregate.........2/0 # Testing Test::Aggregate 0.03, Perl 5.008005,
t/aggregate.........ok
t/pod-coverage......skipped: Test::Pod::Coverage 1.04 required for test