summaryrefslogtreecommitdiffstats
path: root/lib/Games/Word
Commit message (Expand)AuthorAgeFilesLines
* update revision to 0.03jluehrs22008-12-181-2/+2
* update email addressjluehrs22008-12-171-1/+1
* update version and release date for another release0.02jluehrs22008-02-041-1/+1
* oops, add version number here, prepare for another releasejluehrs22008-02-041-1/+1
* make each_word publicjluehrs22008-02-021-4/+11
* loop over all words, not all permutations to search for anagramsjluehrs22008-02-021-2/+6
* change the style of the documentation a bit to be more readablejluehrs22008-02-021-37/+23
* a few minor cleanupsjluehrs22008-02-021-4/+3
* stop dying on non-critical thingsjluehrs22008-02-021-6/+5
* make sure we test all open()s for failurejluehrs22008-02-021-5/+3
* make all functions without a useful return value return undefjluehrs22008-02-021-0/+8
* die on remove_words if we aren't using a cache (like we already do with add_w...jluehrs22008-02-021-0/+3
* add documentation to Games::Word::Wordlistjluehrs22008-02-021-23/+130
* allow getting random words of a specified lengthjluehrs22008-02-021-5/+19
* add subwords_of to return only the subpermutations that are actually wordsjluehrs22008-02-021-1/+12
* make $wl->words work properly when the wordlist isn't cachedjluehrs22008-02-021-2/+4
* minor syntax cleanupsjluehrs22008-02-011-16/+23
* add methods to add and remove elements from the word list, and to get the num...jluehrs22008-02-011-0/+34
* allow the constructor to fill up the word list from an arrayrefjluehrs22008-02-011-9/+17
* add words_like to search the word list for words matching a given regexjluehrs22008-01-311-0/+8
* add an anagrams() function to get anagrams of a wordjluehrs22008-01-311-0/+9
* implement internal functions for iterating over the word listjluehrs22008-01-311-0/+24
* move the wordlist stuff into its own filejluehrs22008-01-311-0/+159