On Dec 12, 2007, at 6:11 PM, David Golden wrote:
On Dec 12, 2007 5:22 PM, Adam Kennedy <[EMAIL PROTECTED]>
wrote:
A->B) Dependencies are determined by running Build.PL
B->A) Build.PL has a dependency on Module::Build.
The code used to determine dependencies itself has a critical
dependency it
can't work without.
Didn't this get fixed by Module::Build using its own 'lib' directory
in Build.PL?
From Day One M::B has always used its own lib/ directory in
Build.PL, so this could never have been The Problem.
-Ken