-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
74 lines (62 loc) · 1.6 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
name = Validation-Class
main_module = lib/Validation/Class.pm
author = Al Newkirk <[email protected]>
license = Perl_5
copyright_holder = Al Newkirk
copyright_year = 2011
[Prereqs]
perl = 5.10.0
Clone = 0
Hash::Flatten = 0
Hash::Merge = 0
List::MoreUtils = 0
Module::Find = 0
Module::Runtime = 0
Scalar::Util = 0
[Prereqs / TestRequires]
perl = 5.010
[@Basic]
[MetaResources]
bugtracker.web = https://github.com/Htbaa/Validation-Class/issues
repository.url = https://github.com/Htbaa/Validation-Class.git
repository.web = https://github.com/Htbaa/Validation-Class
repository.type = git
[MetaJSON]
[ManifestSkip]
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[SurgicalPodWeaver]
[OurPkgVersion]
[Run::BeforeBuild]
run = rm -f cpanfile
run = rm -f Changes
run = rm -f LICENSE
run = rm -f Makefile.PL
run = rm -f README
run = rm -f README.mkdn
[PruneFiles]
match = ^\..+
match = .*\.ini$
match = ^eg/.*
match = ^mkdn
match = ^tidy
[CopyFilesFromBuild]
copy = cpanfile
copy = LICENSE
copy = Changes
copy = README
copy = README.mkdn
copy = Makefile.PL
[ChangelogFromGit]
max_age = 365
tag_regexp = ^(\d+\.\d+)$
file_name = Changes
wrap_column = 79
debug = 0
[@Git]
tag_format = %v
tag_message = Release: %v
[Git::NextVersion]
first_version = 7.900000
version_regexp = ^(.+)$
[CPANFile]