Re: Recursive dependency detected
[email protected] (Marc Girod) Thu, 11 Jun 2009 12:23:07 +0100
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Thu, Jun 11, 2009 at 11:21 AM, Jean-Denis Muys<[email protected]> wrote: > During the install in CPAN of Log::Log4perl, I got a Recursive dependency > detected error, which I managed to reduce to: > > Scalar::Util > Test::More > Test::Harness > File::Spec > Scalar::Util > > (exact output from CPAN below). > > I am totally puzzled on how I can proceed now. I admit I have met that at least once, for an other package, but it didn't prevent me from building and installing --the old manual way. Er... I probably got it at 'make test' stage... Marc