summaryrefslogtreecommitdiffstats
path: root/bin/solve-xghost.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-17 00:10:43 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-17 00:10:43 -0600
commit5c83076fed12c431a9345ba9feb41047966428c4 (patch)
tree8eb49de8e549aaa03f2e17f33fe006c2954dc6d0 /bin/solve-xghost.pl
parentadf1468b40da591d6eb27e03125ce3dfdf08977a (diff)
downloadgames-word-5c83076fed12c431a9345ba9feb41047966428c4.tar.gz
games-word-5c83076fed12c431a9345ba9feb41047966428c4.zip
convert to #!/usr/bin/env perl everywhere
Diffstat (limited to 'bin/solve-xghost.pl')
-rw-r--r--bin/solve-xghost.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/solve-xghost.pl b/bin/solve-xghost.pl
index 3926e7e..7502803 100644
--- a/bin/solve-xghost.pl
+++ b/bin/solve-xghost.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word::Wordlist;