[Bps-public-commit] template-declare branch, master, updated. 767514cb1f9902734f87641912f7dc960bb5e3a7

Shawn Moore sartak at bestpractical.com
Wed Dec 8 13:40:22 EST 2010


The branch, master has been updated
       via  767514cb1f9902734f87641912f7dc960bb5e3a7 (commit)
      from  5d84df1ffce03a6b4329a3f47fff88acd0331588 (commit)

Summary of changes:
 t/99-pod-spelling.t |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 767514cb1f9902734f87641912f7dc960bb5e3a7
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Dec 8 13:39:47 2010 -0500

    Take some pod spell test improvements from Moose

diff --git a/t/99-pod-spelling.t b/t/99-pod-spelling.t
index 5b2ca9d..015fbcd 100644
--- a/t/99-pod-spelling.t
+++ b/t/99-pod-spelling.t
@@ -7,6 +7,10 @@ plan skip_all => "Test::Spelling required for testing POD spelling" if $@;
 plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
 
 add_stopwords(<DATA>);
+
+local $ENV{LC_ALL} = 'C';
+set_spell_cmd('aspell list -l en');
+
 all_pod_files_spelling_ok();
 
 __DATA__

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



More information about the Bps-public-commit mailing list