-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
67 lines (54 loc) · 1.15 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
67
name = Exceptions
author = Chase Whitener <[email protected]>
license = Perl_5
copyright_holder = Chase Whitener
copyright_year = 2016
version = 0.104
[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = README.md
exclude_filename = LICENSE
[@Starter]
-remove = GatherDir
revision = 2
[RewriteVersion]
global = 1
skip_version_provider = 1
[ReadmeAnyFromPod / Markdown_Readme]
type = gfm
source_filename = lib/Exceptions.pm
filename = README.md
location = root
[Prereqs::FromCPANfile]
[MetaProvides::Package]
[NextRelease]
format = %-9v %{yyyy-MM-dd}d
[BumpVersionAfterRelease]
[Git::Contributors]
[GithubMeta]
issues = 1
user = genio
[@Git]
[Test::Portability]
[Test::CleanNamespaces]
[Test::NoTabs]
[Test::EOL]
[MetaTests]
[CheckChangeLog]
[CheckChangesHasContent]
[Test::ChangesHasContent]
[Test::Kwalitee]
[Test::Version]
[Test::Pod::Coverage::Configurable]
[Test::PodSpelling]
wordlist = Pod::Wordlist
spell_cmd = aspell list
stopword = Seibel
[CopyFilesFromBuild]
copy = lib/Exception.pm
copy = lib/Exceptions.pm
copy = lib/SimpleException.pm
copy = Makefile.PL
copy = META.json
copy = LICENSE