7 This test script attempts to spellcheck text in perl's POD
10 You must have Test::Spelling installed.
12 One good way to run this is with C<prove -v
13 xt/author/pod_spell.t>
18 eval "use Test::Spelling";
19 plan skip_all
=> "Test::Spelling required for testing POD spelling" if $@
;
21 all_pod_files_spelling_ok
();