Changeset 8994 for lang/perl/App-Starter
- Timestamp:
- 04/06/08 16:25:39 (8 months ago)
- Location:
- lang/perl/App-Starter
- Files:
-
- 2 modified
-
tags/0.11/t/spelling.t (modified) (1 diff)
-
trunk/t/spelling.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Starter/tags/0.11/t/spelling.t
r8993 r8994 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(); -
lang/perl/App-Starter/trunk/t/spelling.t
r8993 r8994 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)