forked from pdillinger/App-GitHubPullRequest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
53 lines (42 loc) · 1.08 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
name = App-GitHubPullRequest
author = Robin Smidsrød <robin@smidsrod.no>
license = Perl_5
copyright_holder = Robin Smidsrød
copyright_year = 2016
;Semantic versioning, see http://semver.org/
version = 0.5.0
[NextRelease]
[@Git]
[@Filter]
-bundle = @Basic
-remove = Readme
[MetaJSON]
[PkgVersion]
[PodWeaver]
[GitHub::Meta]
; For making a self-contained script
;[FatPacker]
;script = bin/git-pr
[InstallGuide]
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[CopyFilesFromBuild]
move = README.mkdn
[PodSyntaxTests]
[PodCoverageTests]
[Test::Perl::Critic]
[Test::Kwalitee]
skiptest = has_readme ; We use README.mkdn
[Test::NoTabs]
[Test::EOL]
;Need to get my signing stuff setup properly...
;[Signature]
[AutoPrereqs]
; authordep Pod::Weaver::Section::Support
; authordep Pod::Weaver::Plugin::Encoding
; authordep Pod::Elemental::Transformer::List
; authordep Test::Pod::Coverage
; authordep Pod::Coverage::TrustPod
; authordep Test::Perl::Critic
; authordep Perl::Critic::Policy::Miscellanea::RequireRcsKeywords
; authordep Perl::Critic::Policy::Lax::RequireExplicitPackage::ExceptForPragmata