-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdist.ini
More file actions
85 lines (68 loc) · 1.56 KB
/
dist.ini
File metadata and controls
85 lines (68 loc) · 1.56 KB
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
; the basics
name = App-Wallflower
author = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2010-2018
abstract = Sorry I can't dance, I'm hanging on to my friend's purse
; file modifiers
[PkgVersion]
[PodVersion]
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[PruneFiles]
match = mess/.*
[GatherDir]
; metadata
[MetaYAML]
[MetaJSON]
[AutoPrereqs]
[Prereqs]
perl = 5.006
Getopt::Long = 2.37
List::Util = 1.45
[ExecDir]
[Keywords]
keywords = static website generator plack
[MetaResources]
repository.web = http://github.com/book/App-Wallflower
repository.url = http://github.com/book/App-Wallflower.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Wallflower
bugtracker.mailto = bug-app-wallflower@rt.cpan.org
[Meta::Contributors]
contributor = Ferruccio Zamuner <ferz@cpan.org>
contributor = Vincent Pit <vpit@cpan.org>
contributor = Alexander Becker <asb@cpan.org>
contributor = Pau Amma <pauamma@cpan.org>
contributor = Songmu <songmu@cpan.org>
contributor = Alexis Sukrieh <sukria@cpan.org>
; tests
[MetaTests]
[ExtraTests]
[Test::ReportPrereqs]
[Test::Compile]
[PodSyntaxTests]
[PodCoverageTests]
; release
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[Git::NextVersion]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; git
[Git::Check]
[Git::Commit]
commit_msg = Changes for version %v
changelog = Changes
[Git::Tag]
tag_format = v%v
tag_message = %N v%v
[Git::Push]
push_to = origin
push_to = github