From owner-freebsd-questions@FreeBSD.ORG Thu May 13 20:50:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAEA16A4CE for ; Thu, 13 May 2004 20:50:26 -0700 (PDT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.205.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E8D43D48 for ; Thu, 13 May 2004 20:50:25 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from [127.0.0.1] (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i4E3oGnt013407; Thu, 13 May 2004 23:50:17 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <40A441F6.30708@forrie.com> Date: Thu, 13 May 2004 23:50:14 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040512) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway References: <40A43E07.1020808@forrie.com> <20040514034757.GA36571@xor.obsecurity.org> In-Reply-To: <20040514034757.GA36571@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Perl 5.6 vs Perl 5.8 (install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 03:50:26 -0000 Thanks Kris. Does the basic installation of 5.6 have any dependency modules? I hear there is a way with CPAN to port those over to a new perl installation. Kris Kennaway wrote: >On Thu, May 13, 2004 at 11:33:27PM -0400, Forrest Aldrich wrote: > > >>I have FreeBSD-CURRENT installed and it places Perl-5.6 on the system. >> >>It's not clear to me whether it's safe to pkg_delete this in favor of >>Perl-5.8 (which I want to install). I tried searching the list archive >>and didn't find anything (yet). >> >>Anyone accomplish this? >> >> > >Yes, this is safe. You just have to reinstall any perl modules that >were built against perl 5.6, since they will stop working when you >remove perl 5.6. > >Kris > >