From 5c83076fed12c431a9345ba9feb41047966428c4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 17 Nov 2009 00:10:43 -0600 Subject: convert to #!/usr/bin/env perl everywhere --- bin/cryptogram.pl | 2 +- bin/jotto.pl | 2 +- bin/mastermind.pl | 2 +- bin/solve-ghost.pl | 2 +- bin/solve-spook.pl | 2 +- bin/solve-superghost.pl | 2 +- bin/solve-xghost.pl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'bin') 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; -- cgit v1.2.3-54-g00ecf