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/jotto.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/jotto.pl') diff --git a/bin/jotto.pl b/bin/jotto.pl index 4d9f509..f26c9b1 100644 --- a/bin/jotto.pl +++ b/bin/jotto.pl @@ -3,6 +3,7 @@ use strict; use warnings; use Games::Word qw/shared_letters/; use Games::Word::Wordlist; +# PODNAME: jotto.pl my $wl = Games::Word::Wordlist->new('/usr/share/dict/words'); $wl->remove_words($wl->words_like(qr/^(.{0,4}|.{6,})$/)); -- cgit v1.2.3-54-g00ecf