From cd0a86c6adc141bf89b11d8fdf296c5372d82840 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 3 Feb 2008 17:51:24 -0500 Subject: adding README --- README | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..199eb54 --- /dev/null +++ b/README @@ -0,0 +1,45 @@ +Games-Word 0.01 + +Games-Word is a module which provides tools to make writing word games easier. Games::Word provides several functions for manipulating strings and their substrings and permutations, and Games::Word::Wordlist provides an object oriented interface for manipulating a list of words. + +MAJOR CHANGES + 0.01: first version + +INSTALLATION + +To install this module, run the following commands: + + perl Makefile.PL + make + make test + make install + +SUPPORT AND DOCUMENTATION + +After installing, you can find documentation for this module with the perldoc +command. + + perldoc Games::Word + perldoc Games::Word::Wordlist + +You can also look for information at: + + Search CPAN + http://search.cpan.org/dist/Games-Word + + CPAN Request Tracker: + http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Word + + AnnoCPAN, annotated CPAN documentation: + http://annocpan.org/dist/Games-Word + + CPAN Ratings: + http://cpanratings.perl.org/d/Games-Word + +COPYRIGHT AND LICENSE + +Copyright (C) 2008 Jesse Luehrs + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + -- cgit v1.2.3