summaryrefslogtreecommitdiffstats
path: root/bin
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
parentadf1468b40da591d6eb27e03125ce3dfdf08977a (diff)
downloadgames-word-5c83076fed12c431a9345ba9feb41047966428c4.tar.gz
games-word-5c83076fed12c431a9345ba9feb41047966428c4.zip
convert to #!/usr/bin/env perl everywhere
Diffstat (limited to 'bin')
-rw-r--r--bin/cryptogram.pl2
-rw-r--r--bin/jotto.pl2
-rw-r--r--bin/mastermind.pl2
-rw-r--r--bin/solve-ghost.pl2
-rw-r--r--bin/solve-spook.pl2
-rw-r--r--bin/solve-superghost.pl2
-rw-r--r--bin/solve-xghost.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/bin/cryptogram.pl b/bin/cryptogram.pl
index d81c15e..7d89e6c 100644
--- a/bin/cryptogram.pl
+++ b/bin/cryptogram.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word qw/random_permutation/;
diff --git a/bin/jotto.pl b/bin/jotto.pl
index cab1a9d..82406e6 100644
--- a/bin/jotto.pl
+++ b/bin/jotto.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word qw/shared_letters/;
diff --git a/bin/mastermind.pl b/bin/mastermind.pl
index b48cf4c..8f8ab34 100644
--- a/bin/mastermind.pl
+++ b/bin/mastermind.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word qw/random_string_from shared_letters
diff --git a/bin/solve-ghost.pl b/bin/solve-ghost.pl
index d119374..c65cd91 100644
--- a/bin/solve-ghost.pl
+++ b/bin/solve-ghost.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word::Wordlist;
diff --git a/bin/solve-spook.pl b/bin/solve-spook.pl
index 75672bc..f28c8e8 100644
--- a/bin/solve-spook.pl
+++ b/bin/solve-spook.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word::Wordlist;
diff --git a/bin/solve-superghost.pl b/bin/solve-superghost.pl
index 2e4e750..e5fcbee 100644
--- a/bin/solve-superghost.pl
+++ b/bin/solve-superghost.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use Games::Word::Wordlist;
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;