summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README48
1 files changed, 0 insertions, 48 deletions
diff --git a/README b/README
deleted file mode 100644
index 64e7227..0000000
--- a/README
+++ /dev/null
@@ -1,48 +0,0 @@
-Games-Word 0.04
-
-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.04: fix bug in is_substring
- 0.03: test fixes, spook solver
- 0.02: doc and test fixes
- 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.
-