forked from finance-quote/finance-quote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
145 lines (125 loc) · 4.63 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
name = Finance-Quote
author = alex314159 <[email protected]>
author = AndreJ <[email protected]>
author = Ben Hemming <[email protected]>
author = Bradley Dean <[email protected]>
author = Brent Neal <[email protected]>
author = Bruce Schuck <[email protected]>
author = Caleb Begly <[email protected]>
author = CleanShed <[email protected]>
author = David Hampton <[email protected]>
author = Diego Marcolungo <[email protected]>
author = e-dorigatti <[email protected]>
author = Eelco Dolstra <[email protected]>
author = Emmanuel Di Pretoro <[email protected]>
author = Erik Colson <[email protected]>
author = Florian Schlichting <[email protected]>
author = goodvibes2 <[email protected]>
author = gregor herrmann <[email protected]>
author = Gustavo R. Montesino <[email protected]>
author = Henrik Ahlgren <[email protected]>
author = Hiranya Samarasekera <[email protected]>
author = Jacinta Richardson <[email protected]>
author = Jalon Avens <[email protected]>
author = Jean-Marie Pacquet <[email protected]>
author = John Haiducek <[email protected]>
author = jvolkening <[email protected]>
author = Lance Wicks <[email protected]>
author = Linas Vepstas <[email protected]>
author = Liviu Tinta <[email protected]>
author = Manuel Friedli <[email protected]>
author = Martin Kompf <[email protected]>
author = Mike Alexander <[email protected]>
author = Paul Fenwick <[email protected]>
author = Paul Howarth <[email protected]>
author = Pawel Konieczny <[email protected]>
author = Pete Ratzlaff <[email protected]>
author = Ross Peachey <[email protected]>
author = Sam Morris <[email protected]>
author = Sigve Indregard <[email protected]>
author = Stephan Ebelt <[email protected]>
author = thinus <[email protected]>
author = Vinay Shastry <[email protected]>
author = Vincent Lucarelli <[email protected]>
author = x42x64 <[email protected]>
license = GPL_2
copyright_holder = Erik Colson <[email protected]>
copyright_year = 2013
[@Basic]
[AutoPrereqs]
[Prereqs]
IO::Handle = 0
LWP::Protocol::https = 0
LWP::UserAgent = 6.48
Mozilla::CA = 0
[Prereqs / TestRequires]
Date::Range = 0
Date::Simple = 0
DateTime::Format::ISO8601 = 0
String::Util = 0
Test::Kwalitee = 0
Test::More = 0
Test::Perl::Critic = 0
Test::Pod = 0
Test::Pod::Coverage = 0
; Get version info from git, so we never have to update it ourselves.
; We seed this with the version number of what we expect will be the
; first dzil-managed release.
[Git::NextVersion]
first_version = 1.21
; Fill in the release date and info in our Changes file automatically.
[NextRelease]
; Add a README.md file
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.md
; Create delicious META.json files which coders love!
[MetaJSON]
; Make things joyous for metacpan and other meta consumers
[MetaResources]
repository.url = git://github.com/finance-quote/finance-quote
repository.web = https://github.com/finance-quote/finance-quote
repository.type = git
homepage = http://finance-quote.sourceforge.net/
; Bug reports go to RT
; bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=Finance-Quote
bugtracker.web = https://github.com/finance-quote/finance-quote/issues
; Update #VERSION tags in modules
[OurPkgVersion]
; Remove private stuff from release tarball
[PruneFiles]
filename = DEV-RELEASE-INFO.org ; stuff todo
filename = dist.ini ; Dist::Zilla config file not needed in release
filename = GPATH
filename = GRTAGS
filename = GTAGS
filename = Modules-README.yml
filename = new-API-notes.txt
; Let's have some more tests!
[ExtraTests]
[PodSyntaxTests]
; Enabling this would do wonders for helping us clean up old
; and outdated coding practices. We can then remove t/04-critic.t
; [Test::Perl::Critic]
; Enabling these would let us spot when we've written functions
; and methods, but possibly forgotten to document them.
; We can then remove t/*-pod-*.t
; [PodCoverageTests]
; The git bundle handles things like tagging git when we release
; code, and making sure we don't do a release with staged commits.
[@Git]
; we want Twitter to know about releases
[Twitter]
hash_tags = #financequote #financequotepm
url_shortener = TinyURL
; send a mail to the news list on release
[EmailNotify]
from = Bruce Schuck <[email protected]>
recipient = [email protected]
recipient = [email protected]
bcc = [email protected]
bcc = [email protected]
; upload to our sourceforge directory
;[UploadToSFTP]
;site = frs.sourceforge.net
;directory = /home/pfs/project/finance-quote/finance-quote
;debug = 0