From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PIWNJ-0003dc-RK for garchives@archives.gentoo.org; Wed, 17 Nov 2010 00:59:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D1EDE07FD; Wed, 17 Nov 2010 00:58:48 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 75B03E07FD for ; Wed, 17 Nov 2010 00:58:48 +0000 (UTC) Received: by iwn3 with SMTP id 3so1729550iwn.40 for ; Tue, 16 Nov 2010 16:58:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=kBxl6LWgPYas2CwP0HoP5BATNOElsm3fc9xeDJvz5Ms=; b=HPoq6Fm5S3h/BLa2Yr2qBHAfpWhKFeZGW2lhN4W0iIpg+H3YE4ByWPJAVxqoaTzB52 d0AfLxOXHfbSKkdom9Fd82+qnGBMf9EZNqLgcmdEgzZKZrc5kXb/mVGJLqx0iiKrGAoW zSQ9oKZygmjutZ0lwZKAWB+BQ5iEMYqJzUnXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qPDgf1H5yqBh1v5Kh9K92TQxxiD6/RYpGNoBthuCfA7SB0ARK7t3A5rMF8AwCYB9Q4 uXzs5TEIpU4Hdpg0Uljglfw4kLIAlT5YJiElyDaLehOx/i2k/60ro7zl2rt8l6SZglnv PQ8FbVnt8vba0+bXfNcnS9C5tu7LNLOPpYfdU= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.12.69 with SMTP id w5mr5465316ibw.15.1289955527860; Tue, 16 Nov 2010 16:58:47 -0800 (PST) Received: by 10.42.117.9 with HTTP; Tue, 16 Nov 2010 16:58:47 -0800 (PST) Date: Tue, 16 Nov 2010 16:58:47 -0800 Message-ID: Subject: [gentoo-user] Crufted with perl modules? From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8010949c-4afe-4302-add3-452f56340de8 X-Archives-Hash: f787a25a6a06b5409d91ad9251bc9b46 I was having trouble getting g-cpan to work with a Bundle of CPAN perl modules and I got frustrated and started to install it with perl -MCPAN -e instead. After a little while I thought better of it and exited the installation, but should I now have perl modules spread across my filesystem that aren't known by portage? Is there any way to clean them up? Would installing the same Bundle with g-cpan be guaranteed to straighten everything out? - Grant