Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Wed, 25 May 2005 03:30:18 -0700
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
To: cygwin@cygwin.com
Subject: Re: How to install perl modules?
Message-ID: <20050525103017.GA3780@efn.org>
References: <20050525033549.23193.qmail@web50401.mail.yahoo.com> <4293F662.BACE657D@dessent.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4293F662.BACE657D@dessent.net>
User-Agent: Mutt/1.4.1i
X-IsSubscribed: yes

On Tue, May 24, 2005 at 08:52:02PM -0700, Brian Dessent wrote:
> Manuel Tejada wrote:
> 
> > Somebody can tell me from what URL I must to download
> > a perl module and how to install it in Cygwing?
> 
> You use CPAN.  "perl -MCPAN -e 'install Foo::Bar'" or "perl -MCPAN -e
> shell".  There is no URL to know, it takes care of all of that. 
> http://cpan.org/misc/cpan-faq.html

Note that there's the cpan script also:

install a module:
$ cpan Foo::Bar

or 

start the cpan shell:
$ cpan

To install a module, you'll have to have the make package installed
(by cygwin's setup.exe program; it's in the Devel category).

To install a module with xs components, you'll need at least the gcc
package.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

