summary refs log tree commit diff
path: root/xt/01_podspell.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-14 08:33:22 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-14 08:33:22 +0200
commit6f61c065283992ebbc2bc2cffbce1a699183903f (patch)
tree3a21fd012dae749c0618b1660c539cfbbf6e08a3 /xt/01_podspell.t
downloadpresque-worker-6f61c065283992ebbc2bc2cffbce1a699183903f.tar.gz
initial commit
Diffstat (limited to 'xt/01_podspell.t')
-rw-r--r--xt/01_podspell.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/xt/01_podspell.t b/xt/01_podspell.t
new file mode 100644
index 0000000..1979a93
--- /dev/null
+++ b/xt/01_podspell.t
@@ -0,0 +1,10 @@
+use Test::More;
+eval q{ use Test::Spelling };
+plan skip_all => "Test::Spelling is not installed." if $@;
+add_stopwords(map { split /[\s\:\-]/ } <DATA>);
+$ENV{LANG} = 'C';
+all_pod_files_spelling_ok('lib');
+__DATA__
+franck cuny
+franck@lumberjaph.net
+presque::worker