-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
45 lines (41 loc) · 1.32 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
name = App-PM-Website
author = Andrew Grangaard <spazm@cpan.org>
license = Perl_5
copyright_holder = Andrew Grangaard
copyright_year = 2012
[@Basic]
;[ConfirmRelease]
;[UploadToCPAN]
remove = MetaYAML
[TravisYML]
[AutoPrereqs]
[Prereqs]
Template::Plugin::Gravatar = 0
Template::Plugin::DateTime = 0
Template::Plugin::String::Compare = 0
; IO::TieCombine is a prereq of App::Cmd::Tester, yet I got a cpantester
; report with App::Cmd::Tester 0.318 that didn't have IO::TieCombine installed
; http://www.cpantesters.org/cpan/report/f0eed71a-f4f1-11e1-bb01-e3918809bd53
IO::TieCombine = 0
[AutoVersion]
major = 0
[PkgVersion]
[MetaJSON]
[NextRelease]
[PodWeaver]
[Repository]
[@Git]
changelog = Changes ; this is the default
allow_dirty = dist.ini ; see Git::Check...
allow_dirty = Changes ; ... and Git::Commit
allow_dirty = .travis.yml
commit_msg = v%v%n%n%c ; see Git::Commit
tag_format = v%v ; see Git::Tag
tag_message = %v ; see Git::Tag
push_to = origin ; see Git::Push
[MetaResources]
homepage = http://lowlevelmanager.com/
;x_mailing_list = http://www.listbox.com/subscribe/?list_id=139292
repository.web = http://github.com/spazm/app-pm-website
repository.url = http://github.com/spazm/app-pm-website.git
repository.type = git