On 2007-05-24,
<> wrote:
> I have searched all over CPAN and all over the internet to try to find
> the tar.gz files for these 3 modules:
>
> Exporter
> LWP::Agent
> HTTP::Request
>
> I found each module on CPAN, but the link to the tar.gz file contained
> a bunch of other modules that I don't need. I was hoping to find the
> tar.gz files for each of these modules so that I could install them
> each individually. I'm trying to install them on a Sun Solaris box
> that can't use the "perl -MCPAN" command to install them. So I need
> the tar.gz files so that I can unzip and then install the modules by
> using the "perl Makefile.PL" command. If anyone can please help I'm
> sure this would be helpful to a lot of other people as well.
Exporter is now a core module, so you need to upgrade your Perl in order
to get the latest version. (I suppose you could download the tarball
and try to build it alone. But it's been part of the core for some
time, so if you don't have it you must have a very old Perl.)
LWP::UserAgent and HTTP::Request are part of the libwww bundle. You
might as well install the whole thing, since there are quite a few
dependencies. I'd suggest installing Bundle::LWP, since that bundle
has modules you might want/need later on. It would be unwise to install
LWP::UserAgent, for example, without the other libwww modules.
--keith
--
kkeller-
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information