Acme-Test-DROLSKY

 view release on metacpan or  search on metacpan

t/author-pod-spell.t  view on Meta::CPAN


BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

use strict;
use warnings;
use Test::More;

# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
use Test::Spelling 0.12;
use Pod::Wordlist;


add_stopwords(<DATA>);
all_pod_files_spelling_ok( qw( bin lib  ) );
__DATA__
DROLSKY
DROLSKY's
PayPal
Rolsky
Rolsky's
Dave
autarch
lib
Acme
Test



( run in 1.667 second using v1.01-cache-2.11-cpan-140bd7fdf52 )