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 1PyMW2-0007A3-VE for garchives@archives.gentoo.org; Sat, 12 Mar 2011 10:57:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0E3E07BD; Sat, 12 Mar 2011 10:57:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 62682E07BD for ; Sat, 12 Mar 2011 10:57:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C70281B40C0 for ; Sat, 12 Mar 2011 10:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id 587C620054 for ; Sat, 12 Mar 2011 10:57:37 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <297502404343c3bce24efb274c8e9d851da7b4c6.robbat2@gentoo> Subject: [gentoo-commits] proj/elections:master commit in: / X-VCS-Repository: proj/elections X-VCS-Files: countify listify votify X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 297502404343c3bce24efb274c8e9d851da7b4c6 Date: Sat, 12 Mar 2011 10:57:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4f80f13debabdbee0bc1538097b1c2b4 commit: 297502404343c3bce24efb274c8e9d851da7b4c6 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Mar 12 10:57:32 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Mar 12 10:57:32 2011 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dproj/elections.git;a=3D= commit;h=3D29750240 Perl syntax. --- countify | 2 +- listify | 2 +- votify | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/countify b/countify index 2de6ba8..a831d4b 100755 --- a/countify +++ b/countify @@ -27,7 +27,7 @@ my %opt; sub grabfile_int { my $f =3D shift; open FILE, "<", $f; - $i =3D ; + my $i =3D ; close FILE; chomp $i; return $i + 0; diff --git a/listify b/listify index 632e444..4bfe965 100755 --- a/listify +++ b/listify @@ -27,7 +27,7 @@ my (%opt, %elections); sub grabfile_int { my $f =3D shift; open FILE, "<", $f; - $i =3D ; + my $i =3D ; close FILE; chomp $i; return $i + 0; diff --git a/votify b/votify index 2e295bc..2ed6926 100755 --- a/votify +++ b/votify @@ -27,7 +27,7 @@ my (%opt); sub grabfile_int { my $f =3D shift; open FILE, "<", $f; - $i =3D ; + my $i =3D ; close FILE; chomp $i; return $i + 0;