summaryrefslogtreecommitdiffstats
path: root/lib/Games/Word.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Games/Word.pm')
-rw-r--r--lib/Games/Word.pm28
1 files changed, 8 insertions, 20 deletions
diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm
index e1a423f..232112e 100644
--- a/lib/Games/Word.pm
+++ b/lib/Games/Word.pm
@@ -10,10 +10,7 @@ our @EXPORT_OK = qw/random_permutation is_permutation all_permutations
use Math::Combinatorics qw/factorial/;
use Test::Deep::NoTest;
-
-=head1 NAME
-
-Games::Word - utility functions for writing word games
+# ABSTRACT: utility functions for writing word games
=head1 SYNOPSIS
@@ -28,7 +25,9 @@ Games::Word - utility functions for writing word games
=head1 DESCRIPTION
-Games::Word provides several utility functions for writing word games, such as manipulating permutations of strings, testing for similarity of strings, and finding strings from a given source of characters.
+Games::Word provides several utility functions for writing word games, such as
+manipulating permutations of strings, testing for similarity of strings, and
+finding strings from a given source of characters.
=over 4
@@ -244,14 +243,6 @@ sub all_subpermutations {
return map { all_permutations $_ } all_substrings shift;
}
-=head1 SEE ALSO
-
-L<Games::Word::Wordlist>
-
-=head1 AUTHOR
-
-Jesse Luehrs, C<< <doy at tozt dot net> >>
-
=head1 BUGS
No known bugs.
@@ -260,6 +251,10 @@ Please report any bugs through RT: email
C<bug-games-word at rt.cpan.org>, or browse
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Word>.
+=head1 SEE ALSO
+
+L<Games::Word::Wordlist>
+
=head1 SUPPORT
You can find this documentation for this module with the perldoc command.
@@ -288,13 +283,6 @@ L<http://search.cpan.org/dist/Games-Word>
=back
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2008-2009 Jesse Luehrs.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
=cut
1;