forked from finance-quote/finance-quote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
91 lines (75 loc) · 2.78 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
name = Finance-Quote
author = Dj Padzensky <djpadz@padz.net>, PadzNet, Inc.
author = Linas Vepstas <linas@linas.org>
author = Yannick LE NY <y-le-ny@ifrance.com>
author = Paul Fenwick <pjf@cpan.org>
author = Brent Neal <brentn@users.sourceforge.net>
author = Volker Stuerzl <volker.stuerzl@gmx.de>
author = Keith Refson <Keith.Refson#earth.ox.ac.uk>
author = Rob Sessink <rob_ses@users.sourceforge.net>
author = Leigh Wedding <leigh.wedding@telstra.com>
author = Tobias Vancura <tvancura@altavista.net>
author = James Treacy <treacy@debian.org>
author = Bradley Dean <bjdean@bjdean.id.au>
author = Erik Colson <eco@ecocode.net>
license = GPL_2
copyright_holder = Erik Colson <eco@ecocode.net>
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 <eco@ecocode.net>
recipient = finance-quote-news@lists.sourceforge.net
recipient = gnucash-user@gnucash.org
bcc = eco@ecocode.net
; upload to our sourceforge directory
;[UploadToSFTP]
;site = frs.sourceforge.net
;directory = /home/pfs/project/finance-quote/finance-quote
;debug = 0