-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
54 lines (43 loc) · 1.21 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
name = App-SnerpVortex
author = Rocco Caputo <[email protected]>
copyright_holder = Rocco Caputo <[email protected]>
license = Perl_5
[Prereqs]
DBD::SQLite = 1.29
DBI = 1.613
Digest::MD5 = 2.36
File::Copy = 2.11
File::Path = 2.04
Moose = 1.10
SVN::Dump = 0.04
Storable = 2.18
[MetaNoIndex]
directory = t
directory = utils
[MetaResources]
bugtracker.mailto = [email protected]
bugtracker.web = http://rt.cpan.org/Public/Dist/Display.html?Name=App-SnerpVortex
homepage = http://search.cpan.org/dist/App-SnerpVortex
license = http://dev.perl.org/licenses/
repository.type = git
repository.url = git://github.com/rcaputo/snerp-vortex.git
repository.web = http://github.com/rcaputo/snerp-vortex
[Repository]
git_remote = gh
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[ReportVersions]
; Require everything to be checked in.
; Must exclude tarball directories from .gitignore.
[Git::Check]
; Calculate the release version.
[Git::NextVersion]
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]