From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 12:13:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC60716A418 for ; Wed, 24 Oct 2007 12:13:04 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:1f1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3E013C4CA for ; Wed, 24 Oct 2007 12:13:04 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l9OCDHH3024448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 24 Oct 2007 13:13:18 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <471F36CD.6000603@unsane.co.uk> Date: Wed, 24 Oct 2007 13:13:01 +0100 From: Vince User-Agent: Thunderbird 2.0.0.6 (X11/20070816) MIME-Version: 1.0 To: User Questions References: <471EDBCB.8010009@enabled.com> <20071024065243.2C41.GERARD-SEIBERT@seibercom.net> In-Reply-To: <20071024065243.2C41.GERARD-SEIBERT@seibercom.net> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: easiest way to install CPAN on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 12:13:05 -0000 Gerard wrote: > On October 24, 2007 at 01:44AM Noah wrote: > > >> I am looking around for a really simple way to install CPAN on FreeBSD. >> I keep running into errors in one variation or another. > I dont follow, CPAN.pm is installed as part of the perl port/package. Do you mean the setup after you run perl -MCPAN -e 'shell' ? > I thought CPAN was depreciated in favor of CPANPLUS. I have installed CPANPLUS > from ports without any problems. > > Well CPAN is part of the perl58 port while CPANPLUS is still an addon as far as i can see. I tend to install my perl modules as ports anyway though. Vince