Dist-Zilla-Plugin-GitHub-CreateRelease

 view release on metacpan or  search on metacpan

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


BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

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

# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007006
use Test::Spelling 0.17;
use Pod::Wordlist;


add_stopwords(<DATA>);
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
AfterBuild
CreateRelease
Dist
FromFile
GitHub
Legge
Plugin
SignReleaseNotes
Timothy
Zilla
api
bin
createrelease
gpg
lib
plaintext
webpage



( run in 0.768 second using v1.01-cache-2.11-cpan-df04353d9ac )