Rock!
First, just a nitpicky thing -- You could simplify Makefile.PL to not
need File::*:
WriteMakefile(
...
test => { TESTS => join ' ', map { glob } qw( t/*/*.t t/*/*/*.t ) },
...
);
Also, I agree that the use-Test-Plan-after-Test-More caveat is icky.
How about modifying Test::Plan::import() so that it (a) checks to see
if Test::More *has* already been loaded or (b) checks if a plan()
subroutine is already defined in the namespace that the method is
exporting to.
On Tue, 15 Mar 2005 09:17:22 -0500, Geoffrey Young
<[EMAIL PROTECTED]> wrote:
> I'm still working up additional tests, but the documentation and
> functionality is all there, so constructive feedback welcome.
--
Ian Langworth
Project Guerrilla
Northeastern University
College of Computer and Information Science