-
Notifications
You must be signed in to change notification settings - Fork 5
/
dist.ini
75 lines (61 loc) · 1.55 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 = Data-Frame
author = Zakariyya Mughal <[email protected]>
author = Stephan Loyd <[email protected]>
license = Perl_5
copyright_holder = Zakariyya Mughal, Stephan Loyd
copyright_year = 2014, 2019-2022
version = 0.006003
; authordep Pod::Weaver::PluginBundle::SLOYD = 0.0005
; authordep Pod::POM = 2.01
; authordep Pod::Markdown::Github
[Meta::Contributors]
contributor = Andreas Marienborg (omega)
contributor = Mohammad S Anwar <[email protected]>
contributor = Patrice Clement (monsieurp)
[@Filter]
-bundle = @Basic
-remove = GatherDir
[GatherDir]
exclude_filename = cpanfile
[ShareDir]
dir = data-raw
[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
[MetaJSON]
[AutoPrereqs]
[PkgVersion]
[CheckChangeLog]
[GithubMeta]
[PodWeaver]
config_plugin = @SLOYD
[PodSyntaxTests]
[Prereqs]
; before Perl 5.16 there was a bug causing problems with lvalue subs
perl = 5.016
Devel::OverloadInfo = 0.005
List::AllUtils = 0.15
PDL = 2.019
Type::Tiny = 1.004004
namespace::autoclean = 0.28
[Prereqs / TestRequires]
Test2::Tools::PDL = 0.0004
; generate and update cpanfile in root dir
[CPANFile]
filename = cpanfile
[CopyFilesFromBuild::Filtered]
copy = cpanfile
filter = #.*generated by Dist::Zilla::Plugin::CPANFile.*
[GitHubREADME::Badge]
badges = version
[ReadmeAnyFromPod / ReadmePodInRoot]
filename = README.md
type = gfm
;[Git::CommitBuild]
;; no build commits
;branch =
;; release commits
;release_branch = build/%b
;release_message = Release build of v%v (on %b)
[@Git]