in reply to Perl 5.8 Released

I tried doing that install Bundle::CPAN bit but it just told me that everything was up-to-date (except for my Net::Telnet has problems, but I don't really use that) - any idea what's up?

Replies are listed 'Best First'.
Re: Re: Perl 5.8 Released
by blakem (Monsignor) on Aug 14, 2002 at 09:07 UTC
    Make sure the perl you invoke (ala % perl -MCPAN -e shell) is the perl you want your modules associated with. Perhaps you'd have better luck with something like % /usr/local/bin/perl5.8.0 -MCPAN -e shell

    -Blake