[Bps-public-commit] Test-Spelling branch, master, updated. 0.12-6-g9622f80

Shawn Moore sartak at bestpractical.com
Fri May 27 14:28:19 EDT 2011


The branch, master has been updated
       via  9622f8047bbe2a46e125c083b1e6b46f21c36740 (commit)
       via  07ea76943c33c8800b9c5aa4cb36f30566aa736f (commit)
      from  9224d06b71b309250a5b3d482d154ea494c556c6 (commit)

Summary of changes:
 Changes              |    4 ++++
 README               |    8 ++------
 lib/Test/Spelling.pm |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit 07ea76943c33c8800b9c5aa4cb36f30566aa736f
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri May 27 14:26:08 2011 -0400

    Regenerate README

diff --git a/README b/README
index 7bca4c5..6f9f057 100644
--- a/README
+++ b/README
@@ -69,12 +69,8 @@ FUNCTIONS
     "has_working_spellchecker"), this test will issue a "skip all"
     directive.
 
-    If you're testing a distribution, just create a t/pod-spell.t:
-
-        use Test::More;
-        plan skip_all => "Spelling tests only for authors" unless -d "inc/.author";
-        use Test::Spelling;
-        all_pod_files_spelling_ok();
+    If you're testing a distribution, just create a t/pod-spell.t with the
+    code in the "SYNOPSIS".
 
     Returns true if every POD file has correct spelling, or false if any of
     them fail. This function will show any spelling errors as diagnostics.

commit 9622f8047bbe2a46e125c083b1e6b46f21c36740
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri May 27 14:25:42 2011 -0400

    0.14 and its Changes

diff --git a/Changes b/Changes
index 542bc1c..d7c6ac9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Test-Spelling
 
+0.14  2011-05-27
+        - Fix an error when using add_stopwords("constant", "strings")
+          [rt.cpan.org #68471] (reported by Nicholas Bamber)
+
 0.13  2011-04-27
         - Make alternatives checking more robust by reading the spellchecker's
           STDERR
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 0c32f8d..d6f791e 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -10,7 +10,7 @@ use File::Spec;
 use IPC::Open3;
 use Symbol 'gensym';
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 our @EXPORT = qw(
     pod_file_spelling_ok

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list