aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-06-27 09:37:58 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-06-27 22:33:35 -0700
commit398f72c9a0d1da496a7fb408cef3c2d156cff170 (patch)
tree5e8ed22e099149a884b849e08f5d21b04a1812a0 /listify
parentUpdate current to the council-201506 election. (diff)
downloadelections-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 'listify')
-rwxr-xr-xlistify6
1 files changed, 4 insertions, 2 deletions
diff --git a/listify b/listify
index c7fdf80..10b4b82 100755
--- a/listify
+++ b/listify
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# $Id: votify,v 1.5 2005/05/16 04:03:46 agriffis Exp $
#
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
# votify: generate, verify and submit voting ballots for trustee elections
@@ -21,7 +21,7 @@ use strict;
######################################################################
(my $zero = $0) =~ s,.*/,,;
-(my $version = '$Revision: 1.5 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/;
+(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/;
my (%opt, %elections);
sub grabfile_int {
@@ -76,4 +76,6 @@ EOF
print $usage_elections;
exit;
+
+__END__
# vim:sw=4 et