From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 12:34:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C75616A4CE for ; Mon, 28 Feb 2005 12:34:35 +0000 (GMT) Received: from mail.snowfall.se (guldivar.globalwire.se [212.112.184.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA6A43D5E for ; Mon, 28 Feb 2005 12:34:34 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from tjatte (tjatte.snowfall.se [213.136.48.100]) by mail.snowfall.se (Postfix) with ESMTP id A52E615445 for ; Mon, 28 Feb 2005 13:34:31 +0100 (CET) Received: from [127.0.0.1] (tjatte [127.0.0.1]) by tjatte (Postfix) with ESMTP id B21BC3B8008 for ; Mon, 28 Feb 2005 13:34:30 +0100 (CET) Message-ID: <42230FD6.2010109@snowfall.se> Date: Mon, 28 Feb 2005 13:34:30 +0100 From: Stefan Cars User-Agent: Debian Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Upgrading perl 5.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 12:34:35 -0000 Hi! I'm upgrading perl 5.8 from the ports on a FreeBSD 5.3 machine, the problem is that alot of my installed modules doesn't work after the update (just a minor update from 5.8.2 to 5.8.6), probably becuase the @INC changed and did not include the mach directory of 5.8.2. Is this right ? Why can't it include the 5.8.2 mach dir ? /S