-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
49 lines (39 loc) · 879 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
48
name = Proc-Memory
author = Ahmad Fatoum <[email protected]>
license = Perl_5
copyright_holder = Ahmad Fatoum
copyright_year = 2016
[AutoPrereqs]
Alien::libvas = 0.202
[Prereqs / ConfigureRequires]
Alien::libvas = 0.202
ExtUtils::MakeMaker =
Inline::C =
[Prereqs / BuildRequires]
Alien::libvas = 0.202
ExtUtils::MakeMaker =
[MakeMaker::Awesome]
WriteMakefile_arg = CCFLAGS => Alien::libvas->cflags
WriteMakefile_arg = LIBS => Alien::libvas->libs
header = use Alien::libvas;
[@Starter]
-remove = MakeMaker
[GithubMeta]
issues = 1
user = athreef
[@Git]
[Git::Init]
remote = origin [email protected]:athreef/%N.git
[Git::NextVersion]
[ChangelogFromGit]
[OurPkgVersion]
[ReadmeAnyFromPod / ReadmePodInRoot]
type = pod
filename = README.pod
location = root
[MinimumPerl]
[Test::MinimumVersion]
max_target_perl = 5.8
[Test::Perl::Critic]
[Test::Version]
[Test::Compile]