-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdist.ini
More file actions
executable file
·107 lines (88 loc) · 2.64 KB
/
dist.ini
File metadata and controls
executable file
·107 lines (88 loc) · 2.64 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name = WebService-GoogleAPI-Client
author = Peter Scott <localshop@cpan.org>
license = Apache_2_0
copyright_holder = Peter Scott and others
copyright_year = 2017-2018
version = 0.21
main_module = lib/WebService/GoogleAPI/Client.pm
;[MinimumPerl]
;Perl 5.14.4
[PruneCruft]
[ManifestSkip]
[MetaYAML]
; [License]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
;[UploadToCPAN]
[PkgVersion]
[Prereqs]
; Mojo::Message::Response = 7.12 ## can't do this - no version info available for Mojo::Message::Response
;Moose = 2.2
perl = 5.14.04
Mojolicious = 7.12
Mojolicious::Plugin::OAuth2 = 1.5
List::Util = 1.45
[AutoPrereqs]
[CPANFile]
[PerlTidy]
perltidyrc = .perltidyrc
[GatherDir]
; exclude test scripts from build
exclude_filename = gapi.json
exclude_filename = DEV.MD
exclude_match = docs/*
exclude_match = examples/dev_*
exclude_filename = examples/gapi.json
exclude_match = examples/delme/*
exclude_match = examples/*.avi
exclude_match = examples/*.png
exclude_match = examples/openapi/*
;exclude_filename = t/gapi.json
[PodWeaver]
;[ReadmeAnyFromPod]
;type = markdown
;filename = README.md
;location = build
[ReadmeAnyFromPod]
type = text
filename = README.txt
location = build
[CopyFilesFromBuild]
copy = README.txt
copy = LICENSE
[MetaJSON]
;[GitHub::Meta]
;issues = 1
;user = pscott-au
;repository = https://github.com/pscott-au/WebService-GoogleAPI-Client
;require_auth = 1
; uncomment when doing a major release - don't want to hit every build
[GitHub::Meta]
repository = https://github.com/pscott-au/WebService-GoogleAPI-Client
; Configured by setting use_github_issues for the bundle
;bugs = 1
; Configured by setting use_github_homepage for the bundle
;homepage = 1
[ChangelogFromGit]
max_age = 14
tag_regexp = ^v(\d+\.\d+)$
file_name = CHANGES
wrap_column = 74
debug = 0
[Test::Perl::Critic]
critic_config = .perlcriticrc ; default / relative to project root
; i am unable to get dzil test to use my .perlcriticrc or use modern to avoid structure warnings
; FOR Dist::Zilla USERS (FROM 'perldoc Test::Perl::Critic' )
; If you use Test::Perl::Critic with Dist::Zilla, beware that some DZ
; plugins may mutate your code in ways that are not compliant with your
; Perl::Critic rules. In particular, the standard
; Dist::Zilla::Plugin::PkgVersion will inject a $VERSION declaration at
; the top of the file, which will violate
; Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict. One
; solution is to use the Dist::Zilla::Plugin::OurPkgVersion which allows
; you to control where the $VERSION declaration appears.