From 6f2113319afa3986f37110f1418462de94ab5d77 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 18 Jul 2010 15:13:21 +0200 Subject: switch to dzil;remove useless POD;update Changes --- xt/01_podspell.t | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 xt/01_podspell.t (limited to 'xt/01_podspell.t') diff --git a/xt/01_podspell.t b/xt/01_podspell.t deleted file mode 100644 index 130eed1..0000000 --- a/xt/01_podspell.t +++ /dev/null @@ -1,10 +0,0 @@ -use Test::More; -eval q{ use Test::Spelling }; -plan skip_all => "Test::Spelling is not installed." if $@; -add_stopwords(map { split /[\s\:\-]/ } ); -$ENV{LANG} = 'C'; -all_pod_files_spelling_ok('lib'); -__DATA__ -franck cuny -franck.cuny@rtgi.fr -MooseX::Privacy -- cgit v1.2.3