-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
78 lines (62 loc) · 2.15 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
name = ECOCODE_Wx
author = Erik Colson <[email protected]>
license = GPL_2
copyright_holder = Erik Colson <[email protected]>
copyright_year = 2014
[@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 = 0.01
; 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/ECOCODE_Wx
repository.web = https://github.com/ecocode/ECOCODE_Wx
repository.type = git
homepage = http://www.ecocode.net/
; Bug reports go to RT
bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=ECOCODE_Wx
; 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 = #ECOCODE_Wx
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