summaryrefslogtreecommitdiffstats
path: root/bin/jotto.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jotto.pl')
-rw-r--r--bin/jotto.pl1
1 files changed, 1 insertions, 0 deletions
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,})$/));