-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
65 lines (52 loc) · 1.66 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
name = Acme-Alien-DontPanic
author = Graham Ollis <plicease@cpan.org>
author = Joel A Berger <joel.a.berger@gmail.com>
license = Perl_5
copyright_holder = Joel A Berger
copyright_year = 2012-2022
version = 2.7200
[@Author::Plicease]
:version = 2.69
release_tests = 1
github_user = PerlAlien
installer = Author::Plicease::MakeMaker
irc = irc://irc.perl.org/#native
test2_v0 = 1
workflow = static
workflow = linux
alien_name = dontpanic
alien_isolate_dynamic = 1
alien_repo = https://alienfile.org/dontpanic/
alien_pattern = .*/([\d\.]+)\.tar\.gz
alien_inline_auto_include = libdontpanic.h
preamble = | if($^O eq 'midnightbsd')
preamble = | {
preamble = | print "Sorry, MidnightBSD is not supported.\n";
preamble = | print "See:\n";
preamble = | print "https://github.com/PerlAlien/Alien-Base-Extras/issues/4\n";
preamble = | print "pull requests to fix this are welcome.\n";
preamble = | print "OS Unsupported\n";
preamble = | exit;
preamble = | }
diag_preamble = | $post_diag = sub {
diag_preamble = | use Test::Alien::Diag qw( alien_diag );
diag_preamble = | use Acme::Alien::DontPanic;
diag_preamble = | alien_diag 'Acme::Alien::DontPanic';
diag_preamble = | };
[AlienBuild]
:version = 0.10
[Author::Plicease::Core]
[Prereqs]
Alien::Base = 2.72
[Prereqs / ConfigureRequires]
Alien::Build = 2.72
[Prereqs / TestRequires]
Inline::C = 0
Inline::CPP = 0
[Author::Plicease::Upload]
cpan = 1
[PruneFiles]
filename = xt/release/changes.t
filename = xt/author/pod_coverage.t
[RemovePrereqs]
remove = Acme::Alien::DontPanic::Install::Files