Catch-22!
Craig White
plug-discuss@lists.plug.phoenix.az.us
20 Oct 2002 15:58:17 -0700
On Sun, 2002-10-20 at 06:26, Lee Levine wrote:
> I went to install the program wmweather, I found I needed perl-Modules.
> Went to install perl-Modules and was told I needed perl-Test-Harness.
> Went to install perl-Test-Harness and was told I needed the
> aforementioned perl-Modules.
>
> What do I do now???
>
----
http://www.cpan.org/misc/cpan-faq.html
as root - try
perl mcpan -e 'install modules Test::Harness'
Craig