-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
66 lines (57 loc) · 1.37 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name = Test-Spelling
author = Ivan Tubert-Brohman <[email protected]>
license = Perl_5
copyright_holder = Ivan Tubert-Brohman <[email protected]>
copyright_year = 2005
; version = 0.008
; abstract = check for spelling errors in POD files
[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = README.md
exclude_filename = LICENSE
exclude_filename = t/00-report-prereqs.t
[@Starter]
-remove = GatherDir
revision = 3
managed_versions = 1
installer = MakeMaker::Awesome
RewriteVersion.global = 1
NextRelease.format = %-9v %{yyyy-MM-dd}d
[ReadmeAnyFromPod / Markdown_Readme]
type = gfm
source_filename = lib/Test/Spelling.pm
filename = README.md
location = root
[Prereqs::FromCPANfile]
[Git::Contributors]
[GithubMeta]
issues = 1
user = genio
[@Git]
[CheckChangeLog]
[CheckChangesHasContent]
[Test::ChangesHasContent]
[Test::Kwalitee]
skiptest = no_symlinks
[Test::Version]
[Test::Pod::Coverage::Configurable]
trustme = Test::Spelling => qr/^(?:invalid_words_in|spellchecker_candidates)$/
[Test::PodSpelling]
wordlist = Pod::Wordlist
; spell_cmd = hunspell -l
stopword = CPAN
stopword = github
stopword = stopwords
stopword = wordlist
stopword = Brohman
stopword = Tubert
stopword = brian
stopword = foy
stopword = preprocessing
[CopyFilesFromBuild]
copy = lib/Test/Spelling.pm
copy = Makefile.PL
copy = META.json
copy = LICENSE
copy = t/00-report-prereqs.t