-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
83 lines (66 loc) · 2.18 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
name = Finance-QuoteDB
author = Erik Colson <eco@ecocode.net>
license = GPL_3
copyright_holder = Erik Colson <eco@ecocode.net>
copyright_year = 2015
[@Basic]
[AutoPrereqs]
skip = ^Test::Kwalitee$
skip = ^Test::Perl::Critic$
[ExecDir]
dir = script
[MetaNoIndex]
directory = examples
; 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 = 0.16
; 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/ecocode/finance-quotedb
repository.web = https://github.com/ecocode/finance-quotedb
repository.type = git
homepage = http://fqdb.tuxfamily.org/
; Bug reports go to RT
bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=Finance-QuoteDB
; 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
; 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 = #fqdb
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 = fqdb-dev@lists.tuxfamily.org
recipient = fqdb@lists.tuxfamily.org
bcc = eco@ecocode.net