update xt for dzil but use my pod tests
[gitmo/MooseX-ClassAttribute.git] / xt / pod-spell.t
diff --git a/xt/pod-spell.t b/xt/pod-spell.t
deleted file mode 100644 (file)
index 13b6444..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-use strict;
-use warnings;
-
-use Test::More;
-
-eval "use Test::Spelling";
-plan skip_all => "Test::Spelling required for testing POD coverage"
-    if $@;
-
-my @stopwords;
-for (<DATA>) {
-    chomp;
-    push @stopwords, $_
-        unless /\A (?: \# | \s* \z)/msx;    # skip comments, whitespace
-}
-
-add_stopwords(@stopwords);
-set_spell_cmd('aspell list -l en');
-
-# This prevents a weird segfault from the aspell command - see
-# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
-local $ENV{LC_ALL} = 'C';
-all_pod_files_spelling_ok();
-
-__DATA__
-metaclass
-mixin
-PayPal