-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdist.ini
More file actions
57 lines (57 loc) · 1.58 KB
/
dist.ini
File metadata and controls
57 lines (57 loc) · 1.58 KB
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
name = PDL-NDBin
author = Edward Baudrez <ebaudrez@cpan.org>
license = Perl_5
copyright_holder = Edward Baudrez
[@Filter]
-bundle = @Basic
-remove = GatherDir
[GatherDir]
exclude_filename = Makefile.PL
[CopyFilesFromBuild]
copy = Makefile.PL
[MetaNoIndex]
directory = examples
directory = t
directory = tools
[AutoPrereqs]
skip = ^PDL::NDBin::Actions_PP$
skip = ^PDL::NDBin::Utils_PP$
[Prereqs / ConfigureRequires]
PDL::Core::Dev = 0 ; RT #91304
[Prereqs / RuntimeRequires]
PDL = 2.088 ; loop (n=:-1)
[Prereqs / BuildRequires]
PDL = 2.088 ; loop (n=:-1)
[Prereqs / TestRequires]
Module::Pluggable = 3.1 ; earlier versions don't seem to work well in our tests
Test::PDL = 0.20 ; correct handling of badvals
[Git::NextVersion]
[AutoMetaResources]
bugtracker.rt = 1
repository.github = user:ebaudrez
homepage = https://metacpan.org/release/%{dist}
[PodWeaver]
[PkgVersion]
[NextRelease]
[ReadmeAnyFromPod]
type = pod
filename = README.pod
location = root
[Test::Compile]
[Test::CPAN::Changes]
[Test::Version]
;[Test::Kwalitee]
;[Test::Perl::Critic]
;[Test::Pod::LinkCheck]
;[Test::Synopsis]
;[Test::UnusedVars]
[CheckMetaResources]
[Test::ChangesHasContent]
[PodSyntaxTests]
[PodCoverageTests]
[Test::ReportPrereqs]
[@Git]
allow_dirty = Changes
allow_dirty = Makefile.PL
allow_dirty = README.pod
; vim:set shiftwidth=4 softtabstop=4 expandtab: