-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdist.ini
56 lines (46 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
name = Statistics-NiceR
version = 0.03
author = Zakariyya Mughal <[email protected]>
license = Perl_5
copyright_holder = Zakariyya Mughal
copyright_year = 2014
[@Filter]
-bundle = @Basic
-remove = ExtraTests
-remove = MakeMaker
[InlineModule]
module = Statistics::NiceR::Backend::EmbeddedR
module = Statistics::NiceR::Sexp
module = Statistics::NiceR::DataConvert::PDL
module = Statistics::NiceR::DataConvert::Perl
[MetaResources]
IRC = irc://irc.perl.org/#pdl
x_IRC = irc://irc.perl.org/#pdl
;x_IRC.Web = http://widget01.mibbit.com/?server=irc.perl.org&channel=%23pdl
[AutoPrereqs]
skip = ::Inline$
[PkgVersion]
[CheckChangeLog]
[GithubMeta]
[PodWeaver]
[MinimumPerl]
[ReadmeAnyFromPod / ReadmePodInRoot]
; generate README.pod in root (so that it can be displayed on GitHub)
type = pod
filename = README.pod
location = root
[Git::CommitBuild]
; no build commits
branch =
; release commits
release_branch = build/%b
release_message = Release build of v%v (on %b)
[@Git]
allow_dirty = dist.ini
allow_dirty = README
push_to = origin
push_to = origin build/master:build/master
[Prereqs / ConfigureRequires]
Inline = 0.67
Inline::C = 0.62
PDL = 0