forked from finance-quote/finance-quote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
90 lines (74 loc) · 2.74 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
name = Finance-Quote
author = Dj Padzensky <[email protected]>, PadzNet, Inc.
author = Linas Vepstas <[email protected]>
author = Yannick LE NY <[email protected]>
author = Paul Fenwick <[email protected]>
author = Brent Neal <[email protected]>
author = Volker Stuerzl <[email protected]>
author = Keith Refson <Keith.Refson#earth.ox.ac.uk>
author = Rob Sessink <[email protected]>
author = Leigh Wedding <[email protected]>
author = Tobias Vancura <[email protected]>
author = James Treacy <[email protected]>
author = Bradley Dean <[email protected]>
author = Erik Colson <[email protected]>
license = GPL_2
copyright_holder = Erik Colson <[email protected]>
copyright_year = 2013
[@Basic]
[AutoPrereqs]
skip = ^Test::Kwalitee$
skip = ^Test::Perl::Critic$
; 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
; 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
; 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
url_shortener = TinyURL
; send a mail to the news list on release
[EmailNotify]
from = Erik Colson <[email protected]>
recipient = [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