-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
67 lines (56 loc) · 1.88 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
name = Archive-Libarchive
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2021-2024
version = 0.09
[@Author::Plicease]
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = uperl
default_branch = main
test2_v0 = 1
irc = irc://irc.perl.org/#native
workflow = static
workflow = linux
workflow = ref
diag_preamble = | $post_diag = sub {
diag_preamble = | require Archive::Libarchive::Lib;
diag_preamble = | diag "lib = $_" for Archive::Libarchive::Lib->lib;
diag_preamble = | spacer();
diag_preamble = | eval {
diag_preamble = | require Archive::Libarchive;
diag_preamble = | require Term::Table;
diag_preamble = | my %v = Archive::Libarchive->versions;
diag_preamble = | my $t = Term::Table->new( header => ['component','version'], rows => [ map { [$_,$v{$_}] } sort keys %v ] );
diag_preamble = | diag join "\n", $t->render;
diag_preamble = | };
diag_preamble = | };
[DynamicPrereqs / Alien]
-condition = do { require './lib/Archive/Libarchive/Lib.pm'; ! eval { Archive::Libarchive::Lib->lib; 1 } }
-body = requires('Alien::Libarchive3', '0.30')
[Prereqs / ConfigurePrereqs]
-phase = configure
FFI::CheckLib = 0.30
[Prereqs]
; need 1.38 for Wide string
FFI::Platypus = 1.38
FFI::Platypus::Type::PtrObject = 0
FFI::Platypus::Type::Enum = 0.05
[Author::Plicease::Core]
[Author::Plicease::Upload]
cpan = 1
[RemovePrereqs]
remove = FFI::Platypus::Buffer
remove = FFI::Platypus::Memory
remove = Archive::Zip
[PruneFiles]
; because most of the methods are documented in
; API.pm, we can't really rely on this. Since
; the documentation is largely automatically
; generated there is less need for this anyway.
filename = xt/author/pod_coverage.t
[InsertExample]
:version = 0.10
remove_boiler = 1