At 11:15 AM 6/1/2001 -0600, Dan Egli wrote:
>[root@shortcircuit /root]# perl -MCPAN -e 'install HTTP::Date'
>Can't locate object method "install" via package "HTTP::Date" (perhaps you
>forgot to load "HTTP::Date"?) at -e line 1.
Sorry, I had to ask.
You have some strange problem with your CPAN module. It obviously hasn't
exported its install function. I'd reinstall CPAN.pm. Try
perl -MCPAN -e shell
install Bundle::CPAN
although there's a large chance that the first command will fail also, in
which case you'll have to download CPAN.pm and install it manually.