# $Id: 15_spell.t 355 2010-11-06 23:22:51Z roland $ # $Revision: 355 $ # $HeadURL: svn+ssh://ipenburg.xs4all.nl/srv/svnroot/barclay/trunk/t/15_spell.t $ # $Date: 2010-11-07 00:22:51 +0100 (Sun, 07 Nov 2010) $ use strict; use warnings; use English; use Test::More; if ( not $ENV{TEST_AUTHOR} ) { my $msg = 'Author test. Set the environment variable TEST_AUTHOR to enable this test.'; plan( skip_all => $msg ); } eval { require Test::Spelling; }; if ($EVAL_ERROR) { my $msg = 'Test::Spelling required to check spelling of POD'; plan( skip_all => $msg ); } Test::Spelling::add_stopwords(); Test::Spelling::all_pod_files_spelling_ok(); __DATA__ Ipenburg RT rt cpan org