From owner-freebsd-perl@FreeBSD.ORG Tue Jun 11 15:11:29 2013 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B2E2BFFC for ; Tue, 11 Jun 2013 15:11:29 +0000 (UTC) (envelope-from tom@eborcom.com) Received: from eborcom.com (agde.scrubhole.org [IPv6:2a02:1658:1::123:1]) by mx1.freebsd.org (Postfix) with ESMTP id 8207E19C2 for ; Tue, 11 Jun 2013 15:11:29 +0000 (UTC) Received: from tom by eborcom.com with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1UmQEJ-0006cW-FX for freebsd-perl@freebsd.org; Tue, 11 Jun 2013 15:11:27 +0000 Date: Tue, 11 Jun 2013 15:11:27 +0000 From: Tom Hukins To: freebsd-perl@freebsd.org Subject: Re: announcement of future perl changes. Message-ID: <20130611151127.GD35400@eborcom.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: Tom Hukins X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 11 Jun 2013 15:11:29 -0000 On Tue, Jun 04, 2013 at 01:48:14PM +0400, Andrej Zverev wrote: > Second we are trying to modify directory structures where are perl being > installed. > Current directory structure look in this way: > /usr/local/lib/perl5/{PERL_VERSION} > /usr/local/lib/perl5/site_perl/{PERL_VERSION} > where PERL_VERSION consists of [major].[minor].[patchlevel]. I apologise for my late reply, but please don't do this. If you think this approach has merit, please argue its case on perl5-porters instead of subtly forking perl5 in FreeBSD's ports collection, violating POLA. Indeed, the Porter's Handbook discourages you from doing as you propose: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-freedback.html Perl5 is actively developed in the open. If you think you have a good idea that benefits perl, please discuss your idea with the Perl5 maintainers so that other operating systems, and FreeBSD users who don't use ports/packages can benefit from your work. Tom