X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod-spell.t;h=2f38ac27cba83efe83a6ebd018b709cb8ec70354;hb=eb98d2ddaf2f2e01386719cd8fba9bb432bcd87a;hp=ca2739f3643199a2911c4071465bc4540389de5a;hpb=da16d91534c86c1062b97b75db93cc4dddad2e6e;p=gitmo%2FMooseX-Singleton.git diff --git a/xt/pod-spell.t b/xt/pod-spell.t index ca2739f..2f38ac2 100644 --- a/xt/pod-spell.t +++ b/xt/pod-spell.t @@ -1,7 +1,9 @@ use strict; use warnings; -use Test::Spelling; +use Test::More; +eval 'use Test::Spelling;'; +plan skip_all => "Test::Spelling required for testing POD spelling" if $@; my @stopwords; for () { @@ -12,7 +14,7 @@ for () { add_stopwords(@stopwords); set_spell_cmd('aspell list -l en'); -all_pod_files_spelling_ok; +all_pod_files_spelling_ok(); __DATA__ metaclass