On Wed, Nov 13, 2002 at 11:32:21AM +1100, Ken Williams wrote:
> So why does CPAN.pm depend on Test::More anyway?  It only uses 
> it during its 'make test' phase, not during runtime operations.
> And when you can't install modules very easily because you don't 
> have CPAN.pm working properly, it's, well, not very easy to 
> install other modules. ;-)
> 
> Seems like one of the following would be better:
> 
>  1) Include a copy of Test::More and Test::Harness in a t/lib/ 
> directory and use that

This is easiest.  You should only have to throw Test::More/Builder in there
and slap a "use lib 't/lib'" in mirroredby.t and Nox.t.  The tests aren't
using any features which require a Test::Harness upgrade.


>  2) Rework the two Test::More-using tests (mirroredby.t and 
> Nox.t) to just use Test.pm
>
> Or is this a sneaky way to get more people to install Test::More 
> on their machines?

CPAN::MakeMaker?


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
Ooops, fatal mutation in the test script.

Reply via email to