Author: jim
Date: Tue Mar 17 11:36:32 2015
New Revision: 1667274

URL: http://svn.apache.org/r1667274
Log:
After steve.pm

Modified:
    steve/trunk/www/cgi-bin/cast-vote.pl

Modified: steve/trunk/www/cgi-bin/cast-vote.pl
URL: 
http://svn.apache.org/viewvc/steve/trunk/www/cgi-bin/cast-vote.pl?rev=1667274&r1=1667273&r2=1667274&view=diff
==============================================================================
--- steve/trunk/www/cgi-bin/cast-vote.pl (original)
+++ steve/trunk/www/cgi-bin/cast-vote.pl Tue Mar 17 11:36:32 2015
@@ -20,7 +20,6 @@
 #                on validated input.
 #                Assumes the url-path for this script is /cast.
 
-use strict;
 use warnings;
 use CGI;
 use CGI::Carp qw/fatalsToBrowser/;
@@ -31,6 +30,7 @@ BEGIN {
     unshift @INC, "/home/voter/bin";
 }
 use steve;
+use strict;
 
 
 my $VOTE_TOOL = "/home/voter/bin/vote";


Reply via email to