summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:01:06 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:01:06 -0500
commitb870c95deec9d2cb554cd07c57ae456e0b52a320 (patch)
treebba52c218e98761880605ae153a543e962c78889
parentdecb17619f3326596be51b61bf3706f720efd0d7 (diff)
downloadgames-word-b870c95deec9d2cb554cd07c57ae456e0b52a320.tar.gz
games-word-b870c95deec9d2cb554cd07c57ae456e0b52a320.zip
update revision to 0.03
-rw-r--r--Changes3
-rw-r--r--README4
-rw-r--r--lib/Games/Word.pm4
-rw-r--r--lib/Games/Word/Wordlist.pm4
4 files changed, 10 insertions, 5 deletions
diff --git a/Changes b/Changes
index aa11c01..ddabf7b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Games-Word
+0.03 Dec 17, 2008
+ More test fixups
+ Add spook solver
0.02 Feb 04, 2008
Fix up some docs and tests.
0.01 Feb 03, 2008
diff --git a/README b/README
index 199eb54..37983ba 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
-Games-Word 0.01
+Games-Word 0.03
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.03: test fixes, spook solver
+ 0.02: doc and test fixes
0.01: first version
INSTALLATION
diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm
index dfe77b2..43aaae7 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.02 released 02/04/08
+Version 0.03 released 12/17/08
=cut
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 SYNOPSIS
diff --git a/lib/Games/Word/Wordlist.pm b/lib/Games/Word/Wordlist.pm
index 3c8a454..c08cc4d 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.02 released 02/04/2008
+Version 0.03 released 12/17/2008
=cut
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 SYNOPSIS