Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > need to find module tar.gz files

Reply
Thread Tools

need to find module tar.gz files

 
 
ejwaibel@gmail.com
Guest
Posts: n/a
 
      05-24-2007
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.

Thanks,
Erik

 
Reply With Quote
 
 
 
 
Greg Bacon
Guest
Posts: n/a
 
      05-24-2007
In article <. com>,
<> 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 comes with perl, so it should be there.

LWP::Agent and HTTP::Request come with the libwww-perl, but you'll
need to do a little dependency chasing if you have to install it
manually. (It'd be much easier to let the CPAN module do it for you
if you can.)

Did something happen to corrupt your Perl library?

Greg
--
The meetings will continue until schedule improves.
 
Reply With Quote
 
 
 
 
Brian McCauley
Guest
Posts: n/a
 
      05-24-2007
On May 24, 10:03 pm, ejwai...@gmail.com 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.


Are you sure?

Do you realise that when modules are dictributed together that's often
because they are closely interdependant? I would not recommend trying
to install only part of libwww unless you _really_ know what you are
doing. And since you appear to think it would make sense to attempt to
install, for example, HTTP::Request without installing its base class
HTTP::Message I suspect you don't.

Exporter is a standard module, so on the one hand, the tar.gz file
containing it is the whole of the standard Perl distribution (which is
huge), but on the other hand if you have Perl installed you already
have Exporter.

> I'm trying to install them on a Sun Solaris box


Does Solaris run on mobile phones these days? What sort of device is
is that you have where a few 100kb is an issue?

> that can't use the "perl -MCPAN" command to install them.


You are saying CPAN.pm fails on Solaris?


 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a
 
      05-24-2007
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

 
Reply With Quote
 
brian d foy
Guest
Posts: n/a
 
      05-25-2007
In article <. com>,
<> wrote:

> I have searched all over CPAN and all over the internet to try to find
> the tar.gz files for these 3 modules:


Did you try CPAN Search?

http://search.cpan.org/search?query=...quest&mode=all

It will show you which modules are in which distributions.

Sometimes the packages list is helpful too. It lists every module (not
distro, but module) that PAUSE has seen and maps it to the distribution
its in:

http://www.perl.com/CPAN/modules/02packages.details.txt

--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to exclude action of Find::Find::find in subdirectories withknown names? vdvorkin Perl Misc 3 02-14-2011 05:28 AM
How to exclude action of Find::Find::find in subdirectories withknown names? vdvorkin Perl Misc 0 02-10-2011 05:18 PM
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
Find.find does not find orphaned links? Wybo Dekker Ruby 1 11-15-2005 02:50 PM
Find out the file name of a module from inside the module? Andreas Neudecker Python 4 08-09-2004 03:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57