From b870c95deec9d2cb554cd07c57ae456e0b52a320 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 18 Dec 2008 00:01:06 -0500 Subject: update revision to 0.03 --- Changes | 3 +++ README | 4 +++- lib/Games/Word.pm | 4 ++-- lib/Games/Word/Wordlist.pm | 4 ++-- 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 -- cgit v1.2.3