summaryrefslogtreecommitdiffstats
path: root/bin/mastermind.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-05 10:15:42 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-05 10:27:29 -0500
commit4074f2d6a9bcfb33f0da7933ac26c5df0d2f21f7 (patch)
tree9d34241644d3d8babf199f362a9d2b7ee2180d75 /bin/mastermind.pl
parenta12e592c538f370277e787cd57d01d512e1ca835 (diff)
downloadgames-word-4074f2d6a9bcfb33f0da7933ac26c5df0d2f21f7.tar.gz
games-word-4074f2d6a9bcfb33f0da7933ac26c5df0d2f21f7.zip
modernize, cleanup, etc
Diffstat (limited to 'bin/mastermind.pl')
-rw-r--r--bin/mastermind.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mastermind.pl b/bin/mastermind.pl
index 8f8ab34..b3c595e 100644
--- a/bin/mastermind.pl
+++ b/bin/mastermind.pl
@@ -3,6 +3,7 @@ use strict;
use warnings;
use Games::Word qw/random_string_from shared_letters
shared_letters_by_position/;
+# PODNAME: mastermind.pl
my $word = random_string_from "abcdefg", 5;
while (1) {