-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
41 lines (32 loc) · 840 Bytes
/
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
name = App-PipeFilter
author = Rocco Caputo <[email protected]>
license = Perl_5
copyright_holder = Rocco Caputo
[Prereqs]
JSON::Path = 0
JSON::XS = 0
Moose = 0
MooseX::Getopt = 0
YAML::Any = 0
[MetaResources]
bugtracker = http://rt.cpan.org/Public/Dist/Display.html?Name=App-PipeFilter
repository = http://github.com/rcaputo/app-pipefilter
[Repository]
git_remote = gh
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[ReportVersions]
; Require everything to be checked in.
[Git::Check]
; Calculate the release version.
[Git::NextVersion]
first_version = 0.005
version_regexp = ^v(\d+\.\d+)$
; Generate the changelog.
[ChangelogFromGit]
tag_regexp = v(\d+[_.]\d+)
; Tag the repository after release.
[Git::Tag]
tag_format = v%v
tag_message = Release %v.
[@Classic]