From ce4d7f6ca78ea244c0ee4fcf9fd2f05321438e01 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 18 Jul 2010 09:00:36 +0200 Subject: remove duplicate tests --- 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 0962f16..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 -Net::HTTP::API -- cgit v1.2.3