Date: Thu, 21 Nov 1996 18:30:36 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: hackers@freebsd.org Subject: Re: Who needs Perl? We do! Message-ID: <Mutt.19961121183036.roberto@keltia.freenix.fr> In-Reply-To: <199611210550.QAA11975@genesis.atrad.adelaide.edu.au>; from Michael Smith on Nov 21, 1996 16:20:46 %2B1030 References: <Pine.SV4.3.95.961121140354.18153A-100000@parkplace.cet.co.jp> <199611210550.QAA11975@genesis.atrad.adelaide.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Michael Smith: > There is no way that Perl 4 would be retained. Perl's size is not a real > issue; people just need stop thinking that 5M is "big" 8) It is not just 5 MB of source. It is just that we have to carefully separate what's in the base Perl tree and what will be added after by the administrator. Fortunately, Perl has everything we need for that but it is tricky to do it right. The @INC path is by default: Base Perl tree 1. /usr/local/lib/perl5/i386-freebsd/5.00308 2. /usr/local/lib/perl5 We'll have to find the proper place for them in /usr/lib{exec,data}/perl and /usr/share/perl because it has a mixture of .so (binary) and .pm/.al (text). Or we could keep all these in /usr/lib/perl (much easier even if it probably violates hier(7) a bit). Add-on packages 3. /usr/local/lib/perl5/site_perl/i386-freebsd 4. /usr/local/lib/perl5/site_perl 5. . -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #28: Sun Nov 10 13:37:41 MET 1996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19961121183036.roberto>