diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-27 09:37:58 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-27 22:33:35 -0700 |
commit | 398f72c9a0d1da496a7fb408cef3c2d156cff170 (patch) | |
tree | 5e8ed22e099149a884b849e08f5d21b04a1812a0 /countify | |
parent | Update current to the council-201506 election. (diff) | |
download | elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.tar.gz elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.tar.bz2 elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.zip |
Start some cleanup of Election code.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'countify')
-rwxr-xr-x | countify | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/perl -w # $Id: countify,v 1.3 2005/05/16 18:10:46 agriffis Exp $ # -# Copyright 2005 Gentoo Foundation +# Copyright 2005-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # countify: collect, tabulate and announce ballot results @@ -21,7 +21,7 @@ use strict; ###################################################################### (my $zero = $0) =~ s,.*/,,; -(my $version = '$Revision: 1.3 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/; +(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/; my %opt; sub grabfile_int { @@ -162,13 +162,4 @@ if ($opt{'rank'}) { } __END__ - -$Log: countify,v $ -Revision 1.3 2005/05/16 18:10:46 agriffis -ranking works completely now, even if it needs badly to be refactored - -Revision 1.2 2005/05/16 04:03:46 agriffis -add first pass at countify --rank - - # vim:sw=4 et |