summaryrefslogtreecommitdiffstats
path: root/bin/mastermind.pl
diff options
context:
space:
mode:
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) {