-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
37 lines (30 loc) · 902 Bytes
/
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
name = WebService-PagerDuty
author = Oleg Kostyuk <[email protected]>
license = BSD
copyright_holder = Odesk Inc.
copyright_year = 2013
[@Filter]
-bundle = @Basic
-remove = Readme
[AutoPrereqs]
[PkgVersion]
[NextRelease]
[ChangelogFromGit]
[ReadmeFromPod]
[AutoVersion]
format = 1.{{ cldr('yyyyMMdd') }}.{{ cldr('HHmm') }}
[PodWeaver]
finder = :InstallModules
[@Git]
changelog = Changes ; this is the default
allow_dirty = dist.ini ; see Git::Check...
allow_dirty = Changes ; ... and Git::Commit
commit_msg = v%v%n%n%c ; see Git::Commit
tag_format = %v ; see Git::Tag
tag_message = %v ; see Git::Tag
push_to = origin ; see Git::Push
push_to = neworigin
[@TestingMania]
disable = Test::CPAN::Changes
disable = Test::Kwalitee
max_target_perl = 5.8.0