-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
79 lines (61 loc) · 1.54 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
name = Audio-Chromaprint
author = Sawyer X <xsawyerx@cpan.org>
author = Graham Ollis <plicease@cpan.org>
license = MIT
copyright_holder = Sawyer X
copyright_year = 2019
version = 0.002
[Test::Compile]
xt_mode = 1
[MetaTests]
[Test::NoTabs]
[PodSyntaxTests]
[Test::ReportPrereqs]
[PodWeaver]
[RunExtraTests]
[MetaJSON]
; https://rt.cpan.org/Public/Bug/Display.html?id=127506
; This is failing with bytes data
;[MinimumPerlFast]
;min = 5.006 ; undocumented config!
;max = 5.006 ; undocumented config!
[MetaConfig]
[MetaProvides::Package]
[NextRelease]
filename = Changes
[TestRelease]
[Test::MinimumVersion]
max_target_perl = 5.008
[@Git]
allow_dirty = Changes
allow_dirty = dist.ini
allow_dirty = README.mkdn
add_files_in = Changes
add_files_in = dist.ini
add_files_in = README.mkdn
[@Filter]
-bundle = @Basic
-remove = AutoPrereqs
-remove = ExtraTests
-remove = GatherDir
[GatherDir]
exclude_filename = Makefile.PL
; -- static meta-information
[MetaResources]
bugtracker.web = https://github.com/xsawyerx/audio-chromaprint/issues
repository.url = git://github.com/xsawyerx/audio-chromaprint.git
repository.web = https://github.com/xsawyerx/audio-chromaprint
repository.type = git
[PruneFiles]
match = ~$ ; emacs backup files
;[PodCoverageTests]
;[Test::EOL]
[Prereqs::FromCPANfile]
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.mkdn
[Encoding]
encoding = bytes
match = ^t/data/.*\.raw$
[DynamicPrereqs]
-condition = ! do { use FFI::CheckLib qw( find_lib ); find_lib( lib => 'chromaprint' ) }
-body = requires('Alien::chromaprint')