-
Notifications
You must be signed in to change notification settings - Fork 208
/
dist.ini
66 lines (50 loc) · 1.19 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
name = Dancer
author = Dancer Core Developers
license = Perl_5
copyright_holder = Alexis Sukrieh
copyright_year = 2010
main_module = lib/Dancer.pm
version = 1.3521
[NextRelease]
filename = Changes
[TestRelease]
[ConfirmRelease]
[Git::Tag]
[@Filter]
-bundle=@Dancer
-remove=Covenant
-remove=Test::UnusedVars
-remove=Test::NoTabs
-remove=ChangeStats::Git
-remove=Manifest
NextVersion::Semantic.format=%d.%02d%02d
autoprereqs_skip=Person|mro
ChangeStats::Git.develop_branch=devel
dev_branch=devel
release_branch=master
upstream=origin
authority=cpan:SUKRIA
[Git::Contributors]
[ContributorsFile]
[Signature]
[InstallGuide]
[CPANFile]
[ReadmeAnyFromPod]
[DOAP]
process_changes = 1
[Prereqs / RuntimeRecommends ]
YAML = 0
YAML::XS = 0
MIME::Types = 2.17
; We don't require JSON for runtime, but several serialiser tests should have
; it in order to fully test their behaviour - so add it here as a test
; requirement.
[Prereqs / TestRequires ]
JSON = 2.90
HTTP::Tiny = 0.014 ; for get/post/post_form
HTTP::CookieJar = 0.008
Test::LongString = 0
[MetaNoIndex]
; Don't let PAUSE index the shipped version of HTTP::Body
directory = lib/Dancer/HTTP
; authordep Dist::Zilla::Plugin::Test::ReportPrereqs