Re: Recursive dependency detected

[email protected] (Marc Girod) Thu, 11 Jun 2009 13:13:07 +0100
Newsgroups perl.cpan.discuss
Message-ID <[email protected]>
On Thu, Jun 11, 2009 at 12:26 PM, Jean-Denis Muys<[email protected]> wrote:

> I am not old enough to know the old manual way :-(

tar zxf foo.tgz
cd foo
perl Makefile.PL
make
make test
make install

I didn't mean older than that. But I inferred from your prompt that
you were using some more automatized process...

> No wonder I still prefer the Mac over Linux...

The tradeoff is between making the magic work or
deciding not to use magic...

Marc