-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
47 lines (39 loc) · 791 Bytes
/
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
name = Config-Merge
author = Clinton Gormley <[email protected]>
license = Perl_5
copyright_holder = Clinton Gormley
copyright_year = 2014
[@Git]
tag_format = version_%v
[GitHub::Meta]
repo = clintongormley/ConfigMerge
[GatherDir]
exclude_filename = dist.ini
include_dotfiles = 1
[VersionFromModule]
[AutoPrereqs]
[Prereqs / Requires]
Config::Any = 0.07
File::Spec = 0
Storable = 0
[Prereqs / Recommends]
Config::General = 0
Config::Tiny = 0
JSON = 0
JSON::XS = 0
XML::Simple = 0
YAML = 0
YAML::Syck = 0
[Prereqs / TestRequires ]
Config::Any = 0
YAML = 0
[PruneCruft]
[ReadmeFromPod]
[TestRelease]
[MetaJSON]
[MetaYAML]
[Manifest]
[CheckChangeLog]
[ConfirmRelease]
[UploadToCPAN]
[MakeMaker]