NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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: No plan (Score:2)
Version 0.03 [cpan.org] is now available. That should fix the problem.
Reply to This
Parent
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