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.