From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j4CLvDvK023822 for ; Thu, 12 May 2005 21:57:13 GMT Received: from ik63066.ikexpress.com ([213.246.63.66] helo=gredin.dragou.net) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DWLg9-0002fe-6X for gentoo-perl@lists.gentoo.org; Thu, 12 May 2005 21:57:13 +0000 Received: from localhost (localhost [127.0.0.1]) by gredin.dragou.net (Postfix) with ESMTP id 3C2028280EE for ; Thu, 12 May 2005 23:56:35 +0200 (CEST) Received: from gredin.dragou.net ([127.0.0.1]) by localhost (gredin [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28581-01 for ; Thu, 12 May 2005 23:56:29 +0200 (CEST) Received: by gredin.dragou.net (Postfix, from userid 0) id 1A8C48280F1; Thu, 12 May 2005 23:56:21 +0200 (CEST) To: gentoo-perl@lists.gentoo.org From: antoine.raillon@dragou.net Subject: [gentoo-perl] r8 - code Content-Type: text/plain; charset=UTF-8 Message-Id: <20050512215621.1A8C48280F1@gredin.dragou.net> Date: Thu, 12 May 2005 23:56:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new at dragou.net Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j4CLvDvK023822 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-perl@gentoo.org Reply-To: gentoo-perl@gentoo.org X-Archives-Salt: a0b90e61-8273-4cb5-976d-531cf9cd8624 X-Archives-Hash: 856764f4a123c99149933e3454a60c06 Author: sniper Date: 2005-05-11 03:52:29 +0200 (Wed, 11 May 2005) New Revision: 8 Modified: code/g-cpan.pl Log: ; was missing Modified: code/g-cpan.pl =================================================================== --- code/g-cpan.pl 2005-05-10 23:08:12 UTC (rev 7) +++ code/g-cpan.pl 2005-05-11 01:52:29 UTC (rev 8) @@ -153,7 +153,7 @@ open my $tmp, "$PORTAGE_DIR/profiles/arch.list" or die "Unable to open '$PORTAGE_DIR/profiles/arch.list' : $!"; join " ", map { chomp; $_ } <$tmp>; - } + }; #this should never find the dir, but just to be safe unless ( -d $tmp_overlay_dir ) { -- gentoo-perl@gentoo.org mailing list