summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a function to get a list of all permutations of a stringjluehrs22008-01-311-1/+9
* implement internal functions for iterating over the word listjluehrs22008-01-311-0/+24
* move the wordlist stuff into its own filejluehrs22008-01-312-72/+160
* don't leave stale caches sitting around if we don't want a cachejluehrs22008-01-311-0/+1
* add a caching option to random_word and is_wordjluehrs22008-01-311-2/+40
* don't chomp words we don't care aboutjluehrs22008-01-311-1/+1
* better error for unable to open filejluehrs22008-01-311-2/+1
* add (very inefficient at the moment) functions for generating random words an...jluehrs22008-01-311-1/+34
* module stuffjluehrs22008-01-311-0/+4
* implement random_permutation and is_permutationjluehrs22008-01-311-2/+29
* Initial import of Games::Wordjluehrs22008-01-301-0/+83