summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 05:05:40 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 05:05:40 -0500
commit1b7cccd543469bda660b908603ffe50a5c6d0bfe (patch)
tree314b0e53bd514aa4ce2c6bf342db9c407cc5924a
parentc06e22eea1c54aa90d93f705b58ed5887d9fffd6 (diff)
downloadgames-word-1b7cccd543469bda660b908603ffe50a5c6d0bfe.tar.gz
games-word-1b7cccd543469bda660b908603ffe50a5c6d0bfe.zip
bump version up to 0.04
-rw-r--r--Changes2
-rw-r--r--README3
-rw-r--r--lib/Games/Word.pm4
-rw-r--r--lib/Games/Word/Wordlist.pm4
4 files changed, 8 insertions, 5 deletions
diff --git a/Changes b/Changes
index ddabf7b..b35fc8e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Games-Word
+0.04 Dec 18, 2008
+ Fix is_substring
0.03 Dec 17, 2008
More test fixups
Add spook solver
diff --git a/README b/README
index 37983ba..64e7227 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
-Games-Word 0.03
+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
diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm
index f875c67..8f815fc 100644
--- a/lib/Games/Word.pm
+++ b/lib/Games/Word.pm
@@ -19,11 +19,11 @@ Games::Word - utility functions for writing word games
=head1 VERSION
-Version 0.03 released 12/17/08
+Version 0.04 released 12/18/08
=cut
-our $VERSION = '0.03';
+our $VERSION = '0.04';
=head1 SYNOPSIS
diff --git a/lib/Games/Word/Wordlist.pm b/lib/Games/Word/Wordlist.pm
index c08cc4d..3a33044 100644
--- a/lib/Games/Word/Wordlist.pm
+++ b/lib/Games/Word/Wordlist.pm
@@ -11,11 +11,11 @@ Games::Word::Wordlist - manages a list of words
=head1 VERSION
-Version 0.03 released 12/17/2008
+Version 0.04 released 12/18/2008
=cut
-our $VERSION = '0.03';
+our $VERSION = '0.04';
=head1 SYNOPSIS