At 11:30 AM 06/29/01 -0700, Gisle Aas wrote:
>The only dependency HTTP::Date itself has is Time::Local, so you
>should basically be fine whatever perl version you use.
I guess install HTTP::Date ends up grabbing libwww, and things go from
there. (My scroll-back buffer was not set very big, sorry).
>You can for instance install that module by itself (without getting
>all of LWP and its dependencies) with something like:
>
> $ perl -MCPAN -eshell
> cpan> look HTTP::Date
> $ cp lib/HTTP/Date.pm $(cd ~ && perldoc -l HTTP::Date)
> $ exit
That's basically what I did, thanks. I didn't know about "look".
>And then again, perhaps things simply gets better with a newer
>CPAN.pm?
Yep, one of these days... Last time I tried to upgrade CPAN.pm it also
tried to install perl ;)
Thanks,
Bill Moseley
mailto:[EMAIL PROTECTED]