summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.06masterJesse Luehrs2012-07-051-0/+2
|
* changelogJesse Luehrs2012-07-051-0/+3
|
* modernize, cleanup, etcJesse Luehrs2012-07-0529-193/+180
|
* fix jotto when the wordlist has non-word charactersJesse Luehrs2012-07-051-2/+2
|
* Optimized Wordlist's anagrams and subwords_of.Stephen Rollyson2012-07-041-11/+3
|
* cleanupsJesse Luehrs2010-01-021-3/+3
|
* update Changes0.05Jesse Luehrs2009-11-171-0/+2
|
* clean up a bunch of testsJesse Luehrs2009-11-1711-54/+29
|
* convert to #!/usr/bin/env perl everywhereJesse Luehrs2009-11-1724-24/+24
|
* convert to dzilJesse Luehrs2009-11-1716-2420/+14
|
* a few minor cleanupsJesse Luehrs2009-11-162-14/+9
|
* TAG 0.040.04jluehrs22008-12-180-0/+0
|
* bump version up to 0.04jluehrs22008-12-184-5/+8
|
* anchor this regex, so it stops just matching everythingjluehrs22008-12-181-1/+1
|
* test for $string being empty, not just $substringjluehrs22008-12-181-0/+1
|
* add some more tests for is_substringjluehrs22008-12-181-1/+11
|
* old tag: 0.030.03jluehrs22008-12-180-0/+0
|
* update Module::Install to 0.77jluehrs22008-12-1810-491/+758
|
* oh, i thought i fixed this - 35 letter words exist in other languages... ↵jluehrs22008-12-181-1/+1
| | | | make this number larger
* update revision to 0.03jluehrs22008-12-184-5/+10
|
* update email addressjluehrs22008-12-172-2/+2
|
* better usagejluehrs22008-12-172-2/+2
|
* don't know why i was using $start herejluehrs22008-12-174-4/+4
|
* add spook solver (thanks sartak)jluehrs22008-12-171-0/+12
|
* update version and release date for another release0.02jluehrs22008-02-043-4/+6
|
* oops, add version number here, prepare for another releasejluehrs22008-02-041-1/+1
|
* fix skip amounts for tests if word list isn't foundjluehrs22008-02-042-2/+2
|
* adding README0.01jluehrs22008-02-031-0/+45
|
* fix up tests based on Devel::Cover reportsjluehrs22008-02-024-15/+41
|
* shared_letters_by_position should return an array that's the length of the ↵jluehrs22008-02-021-2/+2
| | | | longer string, not the shorter
* clean up tests a bitjluehrs22008-02-023-16/+14
|
* don't know why i was doing this (stupid copy/paste)jluehrs22008-02-021-4/+2
|
* make each_word publicjluehrs22008-02-021-4/+11
|
* loop over all words, not all permutations to search for anagramsjluehrs22008-02-021-2/+6
|
* forgot onejluehrs22008-02-021-0/+2
|
* change the style of the documentation a bit to be more readablejluehrs22008-02-021-37/+23
|
* add documentation to Games::Wordjluehrs22008-02-021-21/+102
|
* make tests pass againjluehrs22008-02-022-20/+19
|
* 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 ↵jluehrs22008-02-021-0/+3
| | | | add_words)
* add documentation to Games::Word::Wordlistjluehrs22008-02-021-23/+130
|
* add jotto example gamejluehrs22008-02-021-0/+35
|
* update tests to test specific length wordsjluehrs22008-02-022-4/+18
|
* allow getting random words of a specified lengthjluehrs22008-02-021-5/+19
|
* test subwords_ofjluehrs22008-02-021-0/+17
|
* add subwords_of to return only the subpermutations that are actually wordsjluehrs22008-02-021-1/+12
|
* make sure we don't catch 0 herejluehrs22008-02-021-3/+3
|