forked from burak/CPAN-Sys-Info-Driver-Linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
79 lines (61 loc) · 1.13 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
79
; basic stuff
name = Sys-Info-Driver-Linux
author = Burak Gursoy <burak@cpan.org>
license = Perl_5
copyright_holder = Burak Gursoy
copyright_year = 2006
; file modifiers
[PkgVersion]
[PodWeaver]
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[GatherDir]
exclude_filename = weaver.ini
exclude_match = Sys-Info-Driver-Linux-[0-9]+
; metadata
[MetaYAML]
[MetaJSON]
[Keywords]
keywords = sys system info linux
[Prereqs / Build]
-phase = test
Test::Sys::Info = 0.20
[Prereqs]
perl = 5.010
parent = 0
Sys::Info::Base = 0.7801
Unix::Processors = 0
Config::General = 0
[ExecDir]
[ShareDir]
[GitHub::Meta]
[Meta::Contributors]
[DynamicPrereqs]
-body_from_file=check_os.pl
; tests
[MetaTests]
[ExtraTests]
[PodSyntaxTests]
[PodCoverageTests]
[Test::ReportPrereqs]
[Test::Compile]
; release
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; git
[Git::Check]
[Git::Commit]
commit_msg = Changes for version %v
[Git::Tag]
tag_format = v%v
tag_message = %N v%v
[Git::Push]
push_to = origin
[Git::NextVersion]