diff --git a/t/97_podspell.t b/t/97_podspell.t deleted file mode 100644 index d6e625e..0000000 --- a/t/97_podspell.t +++ /dev/null @@ -1,9 +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__ -Tokuhiro Matsuno -Template::Plugin::MobileJPPictogram diff --git a/t/99_pod.t b/t/99_pod.t deleted file mode 100644 index 437887a..0000000 --- a/t/99_pod.t +++ /dev/null @@ -1,4 +0,0 @@ -use Test::More; -eval "use Test::Pod 1.00"; -plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok();