delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Wed, 25 May 2005 03:30:18 -0700 |
From: | Yitzchak Scott-Thoennes <sthoenna AT efn DOT org> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: How to install perl modules? |
Message-ID: | <20050525103017.GA3780@efn.org> |
References: | <20050525033549 DOT 23193 DOT qmail AT web50401 DOT mail DOT yahoo DOT com> <4293F662 DOT BACE657D AT dessent DOT net> |
Mime-Version: | 1.0 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |