-
Notifications
You must be signed in to change notification settings - Fork 29
/
dist.ini
73 lines (58 loc) · 1.49 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
name = autodie
author = Paul Fenwick <[email protected]>
license = Perl_5
copyright_holder = Paul Fenwick and others (see AUTHORS file)
[Git::NextVersion]
[NextRelease]
[MetaJSON]
[MetaResources]
repository.url = git://github.com/pjf/autodie
repository.web = https://github.com/pjf/autodie
repository.type = git
bugtracker.web = https://github.com/pjf/autodie/issues
[DualLife]
; autodie.pm entered in 5.010001, but we need to handle Fatal.pm as well
entered_core = 5.00307
[PodCoverageTests]
[PodSyntaxTests]
; DIY Basic, because we don't want the Readme plugin.
[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[RunExtraTests]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[AutoPrereqs]
; Skip Klingon testing pre-reqs. They're included in the test dir.
skip = ^pujHa
; We'll specify our own minimum version of Perl, thanks!
skip = ^perl$
; They depend on us so this is a circular dep.
skip = ^Test::Perl::Critic
[Prereqs]
; I'm really sorry, if you're using something older than 5.8.4, you
; really want to upgrade your Perl distro.
perl = 5.008004
[Prereqs / TestRecommends]
perl = 5.010
Import::Into = 1.002004
[Prereqs / RuntimeRecommends]
perl = 5.010
IPC::System::Simple = 0.12
[Prereqs::Soften]
copy_to = develop.requires
to_relationship = recommends
; Some modules are nice to have, but not required.
module = IPC::System::Simple
module = Sub::Identify
; optional testing modules
module = BSD::Resource
module = Import::Into
[OurPkgVersion]
[CPANFile]
[@Git]