summaryrefslogtreecommitdiffstats
path: root/README
blob: 199eb54c77bbb59a14a00f6c7994a679979605da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.