Skip to content

Commit

Permalink
Add a pod-spell.t (haha)
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Aug 22, 2011
1 parent 26afcde commit 8bf7f39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/pod-spell.t
@@ -0,0 +1,9 @@
use Test::More;
BEGIN {
plan skip_all => "Spelling tests only for authors"
unless -d 'inc/.author';
}

use Test::Spelling;
all_pod_files_spelling_ok();

0 comments on commit 8bf7f39

Please sign in to comment.