Changeset 8991 for lang/perl/Acme-PSON/tags
- Timestamp:
- 04/06/08 16:06:32 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Acme-PSON/tags/0.03/t/spelling.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-PSON/tags/0.03/t/spelling.t
r8990 r8991 2 2 use Test::Spelling; 3 3 $ENV{LANG} = 'C'; 4 5 my $spell_cmd; 6 foreach my $path (split(/:/, $ENV{PATH})) { 7 -x "$path/spell" and $spell_cmd="spell", last; 8 -x "$path/ispell" and $spell_cmd="ispell -l", last; 9 -x "$path/aspell" and $spell_cmd="aspell list", last; 10 } 11 $ENV{SPELL_CMD} and $spell_cmd = $ENV{SPELL_CMD}; 12 $spell_cmd or plan skip_all => "no spell/ispell/aspell"; 13 set_spell_cmd($spell_cmd); 14 4 15 add_stopwords(<DATA>); 5 16 all_pod_files_spelling_ok();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)