From owner-freebsd-current@FreeBSD.ORG Tue Jun 15 04:15:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D95C616A4CE for ; Tue, 15 Jun 2004 04:15:56 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA89B43D5A for ; Tue, 15 Jun 2004 04:15:56 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1Ba5MW-000Lwr-Ms; Mon, 14 Jun 2004 21:15:52 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16590.30712.155216.187588@ran.psg.com> Date: Mon, 14 Jun 2004 21:15:52 -0700 To: noackjr@alumni.rice.edu References: <40CDC77A.8090300@fer.hr> <40CE01BC.5060608@alumni.rice.edu> cc: current@freebsd.org Subject: Re: Upgrading perl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 04:15:57 -0000 > After rebuilding everything, you may want to finalize the upgrade by > cleaning out /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl. > Due to incorrect plists, there may be some files left there from 5.6.x. > It might be a good idea to check that each file is present in the > 5.8.x directory before deleting (as a sanity check for the upgrade), but > after the complete rebuild it should be safe to remove everything. The > goal is to completely get rid of the 5.6.x directories: fwiw, i am now in the habit of putting .pls which are not installed by portupdate (i.e. gotten from here and there) directly in /usr/local/lib/perl5/site_perl so they go across releases and i don't have to dig them out. randy