-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdist.ini
More file actions
57 lines (51 loc) · 1.08 KB
/
dist.ini
File metadata and controls
57 lines (51 loc) · 1.08 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
name = Role-REST-Client
author = Kaare Rasmussen <kaare at cpan dot org>
license = Perl_5
copyright_holder = Kaare Rasmussen
[Git::NextVersion]
version_regexp = ^release-(.+)$
[@Basic]
[ModuleBuild]
[NextRelease]
format = %-7v %{yyyy-MM-dd HH:mm:ss VVVV}d
[InstallGuide]
[MetaJSON]
[MetaResources]
repository.url = git://github.com/kaare/Role-REST-Client.git
repository.web = http://github.com/kaare/Role-REST-Client
repository.type = git
[PodWeaver]
;[NoTabsTests]
;[EOLTests]
;[Signature]
[CheckChangeLog]
[AutoPrereqs]
[Prereqs / RuntimeRequires]
HTTP::Message = 0
Data::Serializer::Raw = 0
Moo = 1.003000
MooX::HandlesVia = 0.001004
Type::Tiny = 0.024
URI::Escape::XS = 0.11
[Prereqs / TestRequires]
Data::Serializer::JSON = 0
Data::Serializer::YAML = 0
Data::Serializer::XML::Simple = 0
HTTP::Thin = 0
JSON = 2.00
YAML = 0
XML::Simple = 0
Test::More = 0.88
[Prereqs]
-relationship = recommends
Data::Serializer::JSON = 0
Data::Serializer::YAML = 0
Data::Serializer::XML::Simple = 0
HTTP::Thin = 0
JSON = 2.00
YAML = 0
XML::Simple = 0
[PkgVersion]
[Git::Tag]
tag_format = release-%v
[@Git]