Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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 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/