Jul 30, 2009 11:16
I tried to install a perl module today. Ok my machine is old, but that's why I'm using cpan rather than using a package that comes the OS. First I discovered readline wasn't working in cpan. That's an easy fix right, you just do install Bundle::CPAN. Nope, it fails.
Recursive dependency detected:
Bundle::CPAN
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness.
Cannot continue.
Now, I'm not dissing people who write perl doing testing. However if you're writing a test harness, please make sure that you're not needed for any of your dependencies to compile. What am I supposed to do?
perl