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 <gentoo-user+bounces-124059-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QUkoV-0004OY-56
	for garchives@archives.gentoo.org; Thu, 09 Jun 2011 19:22:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A38381C1D8;
	Thu,  9 Jun 2011 19:21:15 +0000 (UTC)
Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 571A11C1D8
	for <gentoo-user@lists.gentoo.org>; Thu,  9 Jun 2011 19:21:15 +0000 (UTC)
Received: by ewy8 with SMTP id 8so804162ewy.40
        for <gentoo-user@lists.gentoo.org>; Thu, 09 Jun 2011 12:21:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:date:message-id:subject:from:to
         :content-type;
        bh=FSkkAKRlo40N9qTVLSVV/g2VoHfYC/1vqIRXOPmNCVU=;
        b=FSlojk53m2JJsqGY9HurxsCHZJzyqqhCKqcEhj0VrMp56fDK/QB7Sda/gUsZbTtdKd
         dU5+Xp0G1eeFmFejAMSwOyIlZGUzuAvz3E89gOG5DUXjpmz9z8Qw6LCU1o3Plgbiiy+f
         6FF5T/weI0rJUJJ3BfFh3eVIMJNOxJU+/KNXw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type;
        b=a+1vWCPS3cDz7TAw3VdpDOGBteEaSS01h6BwXx67DYA9n+ESFt5aRpMxvNTMj+OEu2
         UH93Bel4xBxi4Dicl7YfMF7ASK4n0s7kZQ1YhwXfLuXWkOF3MnyYFXx6bUniPdNP7kb2
         GxrOYWUz0Up6d87FAwv15RfBeVbxG/y2hwEn4=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.14.96.78 with SMTP id q54mr527992eef.157.1307647274438; Thu,
 09 Jun 2011 12:21:14 -0700 (PDT)
Received: by 10.14.48.69 with HTTP; Thu, 9 Jun 2011 12:21:14 -0700 (PDT)
Date: Thu, 9 Jun 2011 12:21:14 -0700
Message-ID: <BANLkTik=bwakbAWPgNw18FHERkdi6NqRrg@mail.gmail.com>
Subject: [gentoo-user] Can I delete "/usr/lib64/perl5/*_perl/5.12.2/"?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 
X-Archives-Hash: 4c061df208821ee0f928ee36eed28e41

A while back I installed a bundle of perl modules outside of portage.
I never got around to using a cruft script to get rid of them and now
that I've moved from perl-5.12.2 to 5.12.3, I'm thinking it might be
as easy as:

# rm /usr/lib64/perl5/*_perl/5.12.2

Is that safe?  Should it eliminate all traces of the stale perl modules?

- Grant