Re: circular requirements
[email protected] (Nicholas Clark) Sun, 6 Jun 2010 12:50:15 +0100
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 05, 2010 at 11:30:36AM -0700, Geoffrey Leach wrote: > > ExtUtils::MakeMaker needs ExtUtils::Installed which needs > ExtUtils::MakeMaker, so a clean install in not possible. How come? ExtUtils::MakeMaker doesn't list a dependency on ExtUtils::Installed, bundles its own of ExtUtils::Installed, and your perl installation will already have a copy of ExtUtils::Installed installed. How does this fail to work in practice? Nicholas Clark