From 4074f2d6a9bcfb33f0da7933ac26c5df0d2f21f7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Jul 2012 10:15:42 -0500 Subject: modernize, cleanup, etc --- bin/mastermind.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/mastermind.pl') 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) { -- cgit v1.2.3-54-g00ecf