From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 14:39:13 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 171D216A4CE for ; Mon, 12 Apr 2004 14:39:13 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5AB43D48 for ; Mon, 12 Apr 2004 14:39:12 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i3CLcl8a013825; Mon, 12 Apr 2004 14:38:47 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Mon, 12 Apr 2004 14:38:54 -0700 User-Agent: KMail/1.6.1 References: <200404121239.01356.kstewart@owt.com> <20040412204326.GB69747@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040412204326.GB69747@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404121438.54876.kstewart@owt.com> cc: scuba@centroin.com.br Subject: Re: Step-by-step to upgrade Perl 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: Mon, 12 Apr 2004 21:39:13 -0000 On Monday 12 April 2004 01:43 pm, Matthew Seaman wrote: > On Mon, Apr 12, 2004 at 12:39:01PM -0700, Kent Stewart wrote: > > [ Upgrading perl... ] > > > There is one group that doesn't appear. All of the versions of > > automake use perl and have the version to use as the 1st line. You > > need to portupgrade -f automake > > to get things ready for your new version of perl. FWIW, I am using > > perl-5.8.2_5 > > Oh -- good call. I'll have to remember that for future reference. > Mind you, specifying the perl version number on the #! line is > arguably a bug in the port -- if the script needs a minimum perl > version to work, it should: > > use 5.8.2; > > or test the values of $] or $^V > I don't think they need a version as much as they specify which version they are going to use. I think they work on all versions. The problem is that 2 of the 3 specify which version was the default when they were built and I think that is a bug. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html