~ubuntu-branches/ubuntu/precise/libtest-cukes-perl/precise

« back to all changes in this revision

Viewing changes to xt/01_podspell.t

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2009-08-29 22:42:34 UTC
  • Revision ID: james.westby@ubuntu.com-20090829224234-68xovx8aw72s0kd4
Tags: upstream-0.08
ImportĀ upstreamĀ versionĀ 0.08

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use Test::More;
 
2
eval q{ use Test::Spelling };
 
3
plan skip_all => "Test::Spelling is not installed." if $@;
 
4
set_spell_cmd("ispell -l");
 
5
add_stopwords(map { split /[\s\:\-]/ } <DATA>);
 
6
$ENV{LANG} = 'C';
 
7
all_pod_files_spelling_ok('lib');
 
8
__DATA__
 
9
Kang-min Liu
 
10
gugod@gugod.org
 
11
Test::Cukes
 
12
pl