On Thu, Dec 09, 2004 at 12:30:35PM +0000, Nicholas Clark wrote: > On Thu, Dec 09, 2004 at 07:08:22AM -0500, Michael G Schwern wrote:
> > For a separate module to be useful for the purposes of checking for other > > modules it would have to be in the core. > > Bah yes. It needs to be installed already before Makefile.PL is run to > be of use to Makefile.PL. Which really means that it needed to be in the > core as of several versions ago. :-( Bah no. :-) Surely it works if it's bundled suitably, and Makefile.PL adds to @INC (or relies on the "." already in @INC) ? Nicholas Clark