On Sun, Nov 07, 2004 at 11:01:43PM -0600, Randy Kobes wrote: > It is :) What may be the philosoply here is that ActiveState > uses an automated build system for their ppms, and for a > package to appear on their repository, the distribution > itself, as well as all of it's dependencies, must build > cleanly and all tests pass, relative to a fresh ActivePerl. > Since Module::Build isn't yet in the Perl core, > distributions relying solely on M::B to build will fail this > test.
This does not seem to be the case. CPANrun (ActiveState's build tool) does appear to be trying to resolve the dependency on Module::Build. You can see this by looking at the failure logs of some of the PPMs (DateTime::Locale is one). The dependency resolution is failing due to a change in CPAN.pm's interface that CPANrun doesn't appear to know how to handle. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ Here's hoping you don't harbor a death wish!