It's common practise for dists that need bleeding edge versions of Test::... modules (or other things that are build-time and not run-time dependencies) to /inc'lude them in the distribution but not need to install them.

Just make sure that the indexer will ignore them properly if the mp2 dist itself is going to end up CPAN'ed.

Adam K

2) Test::More relies on Test::Builder, I see that some important fixes due to which we have to switch to T-M require Test-Builder 0.47 (Aug 2002), but looking up the changes list, it seems that many more ithreads related bugs were fixed in the very recent versions. So it's possible that we need at least 0.51 Nov 2004). That means that the test suite now will require a prerequisite which most people won't have, making the source build out of box w/o fetching some requirements impossible. And skipping those tests would suck, since we really need those threads things to be tested.

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to