Acme-YAPC-Asia-2012-LTthon-Hakushu
view release on metacpan or search on metacpan
xt/podspell.t view on Meta::CPAN
#!perl -w
use strict;
use Test::More;
eval q{ use Test::Spelling };
plan skip_all => q{Test::Spelling is not available.}
if $@;
my @stopwords;
while(my $line = <DATA>) {
$line =~ s/ \# [^\n]+ //xms;
push @stopwords, $line =~ /(\w+)/g;
}
add_stopwords(@stopwords);
$ENV{LC_ALL} = 'C';
all_pod_files_spelling_ok('lib');
__DATA__
<<YOUR NAME HERE>>
<<YOUR EMAIL ADDRESS HERE>>
Acme::YAPC::Asia::2012::LTthon::Hakushu
# computer terms
API
APIs
arrayrefs
arity
Changelog
codebase
committer
committers
compat
cpan
extention
datetimes
dec
definedness
destructor
destructors
destructuring
dev
DWIM
GitHub
hashrefs
hotspots
immutabilize
immutabilizes
immutabilized
inline
inlines
invocant
invocant's
irc
IRC
isa
JSON
login
namespace
namespaced
namespaces
namespacing
OO
OOP
ORM
overridable
parameterizable
parameterization
parameterize
parameterized
parameterizes
params
pluggable
prechecking
prepends
rebase
rebased
rebasing
reblesses
( run in 1.634 second using v1.01-cache-2.11-cpan-364913b4093 )