From b1ae1086a4fcfa69c7fa70e5964923a7c9e1003c Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 30 Jan 2008 21:34:54 -0500 Subject: Initial import of Games::Word --- lib/Games/Word.pm | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 lib/Games/Word.pm (limited to 'lib/Games/Word.pm') diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm new file mode 100644 index 0000000..b0f37f8 --- /dev/null +++ b/lib/Games/Word.pm @@ -0,0 +1,83 @@ +#!perl +package Games::Word; +use strict; +use warnings; + + + +=head1 NAME + +Games::Word - ??? + +=head1 VERSION + +Version 0.01 released ??? + +=cut + +our $VERSION = '0.01'; + +=head1 SYNOPSIS + + use Games::Word; + do_stuff(); + +=head1 DESCRIPTION + + + +=head1 SEE ALSO + +L + +=head1 AUTHOR + +Jesse Luehrs, C<< >> + +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse +L. + +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Games::Word + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + +=head1 COPYRIGHT AND LICENSE + +Copyright 2008 Jesse Luehrs. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +=cut + +1; + -- cgit v1.2.3-54-g00ecf