From owner-freebsd-current Tue Apr 30 9:38:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from smtp-3.hut.fi (smtp-3.hut.fi [130.233.228.93]) by hub.freebsd.org (Postfix) with ESMTP id 02FF337B404; Tue, 30 Apr 2002 09:38:07 -0700 (PDT) Received: from alpha.hut.fi (alpha.hut.fi [130.233.228.21]) by smtp-3.hut.fi (8.12.3/8.12.3) with ESMTP id g3UGc5Y9002699; Tue, 30 Apr 2002 19:38:05 +0300 Received: (from jhi@localhost) by alpha.hut.fi (8.9.3/8.9.3) id TAA21868; Tue, 30 Apr 2002 19:33:05 +0300 (EET DST) Date: Tue, 30 Apr 2002 19:33:04 +0300 From: Jarkko Hietaniemi To: perl5-porters@perl.org Cc: Mark Murray , Josef Karthauser , Chris Nandor , Christopher Masto , Raphael Manfredi , Jordan Hubbard , perl5-porters@perl.org, freebsd-current@freebsd.org, tobez@freebsd.org Subject: Re: Save a few hunderd kilobytes or a few hundred perl users? Message-ID: <20020430193304.A30405@alpha.hut.fi> References: <200204301406.g3UE6uoI028768@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from dankogai@dan.co.jp on Wed, May 01, 2002 at 12:34:44AM +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (I promise that this is my last message about this matter to this large a recipient list. Who is the maintainer of the Perl package in FreeBSD? Anton Berezin, I think? tobez@freebsd.org CCed.) Though I disagree with the tone of Dan Kogai, I must agree on the technical grounds that leaving away standard modules and still calling it "Perl" is not quite right. I think both from the viewpoints of the Perl distribution *and* an OS distribution *IF* modules have to be left out for space-saving reasons the fair thing to do would be to make it clear to the users of the OS distribution that what they are getting is not the full Perl. This will cut down the number of misunderstandings on both sides. Firstly, both the outputs of perl -v and perl -V should be amended. For example: $ perl -v This is perl, v5.6.1 built for i686-freebsd THIS INSTALLATION HAS BEEN MODIFIED FOR FREEBSD. NOT ALL STANDARD MODULES ARE INCLUDED. The missing modules are: ... To get the full standard installation, install ... Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. Secondly, as the above message indicates, there should be a full Perl installation available, using whatever packaging method is used by the OS distribution. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message