I was using the CPAN module to install a couple of modules that I needed for
programs, and I keep noticing that it says:
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Wed, 30 May 2001 18:59:02 GMT
HTTP::Date not available
I tried doing perl -MCPAN -e 'install HTTP::Date', but it returns:
Can't locate object method "install" via package "HTTP::Date" (perhaps you
forgot to load "HTTP::Date"?) at -e line 1.
I went on the CPAN site, and cann't find a file for HTTP::Date either. I see
HTTP::BrowserDetect, then HTTP::DAV, then HTTP::File, but no HTTP::Date. I
looked in the module information file, and it says that http::Date depends
on libwww-perl, so I downloaded and installed libwww-perl, but it still says
http::date is not available. How do I get HTTP::Date? Anyone?