summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-02-03 17:51:24 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-02-03 17:51:24 -0500
commitcd0a86c6adc141bf89b11d8fdf296c5372d82840 (patch)
treed4d43c0ffc0d675e2391c8dffd03eb985f1c519d
parent46a035455783962edcad336dc659465620908152 (diff)
downloadgames-word-cd0a86c6adc141bf89b11d8fdf296c5372d82840.tar.gz
games-word-cd0a86c6adc141bf89b11d8fdf296c5372d82840.zip
adding README0.01
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
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.
+