From owner-freebsd-perl@FreeBSD.ORG Sat Jan 29 21:19:26 2005 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB6116A4CE; Sat, 29 Jan 2005 21:19:25 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B196643D31; Sat, 29 Jan 2005 21:19:25 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 193265E7F; Sat, 29 Jan 2005 16:19:25 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50768-10; Sat, 29 Jan 2005 16:19:24 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-114-38.ny325.east.verizon.net [68.161.114.38]) by pi.codefab.com (Postfix) with ESMTP id B113F5E0E; Sat, 29 Jan 2005 16:19:23 -0500 (EST) Message-ID: <41FBFDD9.7070605@mac.com> Date: Sat, 29 Jan 2005 16:19:21 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Lehmann References: <20050129202425.GA56998@heechee.tobez.org> <20050129220905.46ab86ae.lehmann@ans-netz.de> In-Reply-To: <20050129220905.46ab86ae.lehmann@ans-netz.de> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: perl@FreeBSD.org cc: freebsd-stable@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: [HEADS UP] perl symlinks in /usr/bin will be gone X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 21:19:26 -0000 Oliver Lehmann wrote: > Anton Berezin wrote: >> In practical terms this will mean a one-time sweep of your scripts in >> order to convert them, in a typical case, from #! /usr/bin/perl to >> #! /usr/local/bin/perl. > > Wouldn't that break most of the 3rd party scripts out in the world? Well-behaved 3rd party scripts ought to start Perl via: #! /usr/bin/env perl ...so long as /usr/local/bin is in the $PATH, they should still work fine. -- -Chuck