Author: jim
Date: Fri May 23 13:33:04 2014
New Revision: 1597092

URL: http://svn.apache.org/r1597092
Log:
Include steve.pm

Modified:
    steve/trunk/cmdline/vote.pl

Modified: steve/trunk/cmdline/vote.pl
URL: 
http://svn.apache.org/viewvc/steve/trunk/cmdline/vote.pl?rev=1597092&r1=1597091&r2=1597092&view=diff
==============================================================================
--- steve/trunk/cmdline/vote.pl (original)
+++ steve/trunk/cmdline/vote.pl Fri May 23 13:33:04 2014
@@ -57,6 +57,10 @@
 # Originally created by Roy Fielding
 #
 
+BEGIN {
+    unshift @INC, "/home/voter/bin";
+}
+
 use steve;
 
 umask(0077);


Reply via email to