forked from semifor/net-twitter-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
79 lines (67 loc) · 1.31 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
67
68
69
70
71
72
73
74
75
76
77
78
name = Net-Twitter-Lite
main_module = lib/Net/Twitter/Lite.pm
abstract = A perl API library for the Twitter API
author = Marc Mims <mmims@cpan.org>
license = Perl_5
copyright_holder = Marc Mims
copyright_year = 2013
[GithubMeta]
[MetaResources]
bugtracker = http://rt.cpan.org/Public/Dist/Display.html?Name=Net-Twitter-Lite
[VersionFromModule]
[PkgVersion]
[PodVersion]
[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[ExtraTests]
[ExecDir]
[ShareDir]
[ModuleBuild]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[MetaNoIndex]
directory = src
directory = examples
[PruneFiles]
filename = dist.ini
filename = Makefile.PL
filename = README.md
match = ^src/
match = ^inc/
match = ^nytprof.*
match = ^perl5
match = ^cpan.*
[AutoPrereqs]
[Prereqs]
JSON = 2.02
URI = 1.40
LWP::UserAgent = 2.032
Crypt::SSLeay = 0.5
Net::HTTP = >=0,!=6.04,!=6.05
parent = 0
[Prereqs / Recommends]
Net::OAuth = 0.25
Net::Netrc = 0
[Prereqs / TestRequires]
Test::Simple = 0.98
Test::Fatal = 0
[PodSyntaxTests]
[PodCoverageTests]
; authordep Pod::Coverage::TrustPod
[Test::Compile]
;[@Git]
;changelog = Changes
;allow_dirty = dist.ini
;allow_dirty = Changes
;commit_msg = v%v%n%n%c
;tag_format = %v
;tag_message = %v
;push_to = origin
;
;[Git::NextVersion]
;version_regexp = ^(\d+\.\d{2})$