From owner-freebsd-stable@FreeBSD.ORG Sun Jan 30 12:49:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A7B16A4CE; Sun, 30 Jan 2005 12:49:10 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B75943D45; Sun, 30 Jan 2005 12:49:10 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with SMTP id E686446B32; Sun, 30 Jan 2005 07:49:09 -0500 (EST) Date: Sun, 30 Jan 2005 12:48:33 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Oliver Brandmueller In-Reply-To: <20050130095013.GA82144@e-Gitt.NET> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: perl@FreeBSD.org cc: freebsd-stable@FreeBSD.org cc: Anton Berezin cc: freebsd-ports@FreeBSD.org Subject: Re: [HEADS UP] perl symlinks in /usr/bin will be gone X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 12:49:11 -0000 On Sun, 30 Jan 2005, Oliver Brandmueller wrote: > - Don't change the behaviour on -STABLE (4.x, 5.x), but make an OPTION > available, that would turn on the "new" behaviour. > > - For -CURRENT (6.x and beyond), if the change comes, make an OPTION > available, to turn on the "old" behaviour. I think I'd be against this also -- those who followed by google fight link will have seen there were about 1.6 million references to "#!/usr/bin/perl" in Google, vs only about 67,000 references to "#!/usr/bin/env perl". One of the important goals in the 6.x work is to avoid creating unnecessary barriers to upgrades, in order to make transition from 5-STABLE to 6-STABLE much more seamless than the transition from 4-STABLE to 5-STABLE has been. Breaking everyone's perl scripts can hardly be described as "making upgrades seamless". :-) Robert N M Watson