summaryrefslogtreecommitdiffstats
path: root/bin/cryptogram.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cryptogram.pl')
-rw-r--r--bin/cryptogram.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cryptogram.pl b/bin/cryptogram.pl
index 7d89e6c..e965af7 100644
--- a/bin/cryptogram.pl
+++ b/bin/cryptogram.pl
@@ -2,6 +2,7 @@
use strict;
use warnings;
use Games::Word qw/random_permutation/;
+# PODNAME: cryptogram.pl
my $alphabet = 'abcdefghijklmnopqrstuvwxyz';
my $key = random_permutation $alphabet;