-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile_PL_settings.plx
More file actions
35 lines (31 loc) · 950 Bytes
/
Makefile_PL_settings.plx
File metadata and controls
35 lines (31 loc) · 950 Bytes
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
use strict;
use warnings;
return {
NAME => 'HTML::Blitz',
AUTHOR => q{Lukas Mai <l.mai@web.de>},
LICENSE => 'gpl_3',
MIN_PERL_VERSION => '5.24.0',
CONFIGURE_REQUIRES => {},
BUILD_REQUIRES => {},
TEST_REQUIRES => {
'Fcntl' => 0,
'File::Temp' => '0.2307',
'FindBin' => 0,
'Test2::API' => 0,
'Test2::V0' => 0,
},
PREREQ_PM => {
'constant' => 0,
'feature' => 0,
'overload' => 0,
'strict' => 0,
'warnings' => 0,
'Carp' => 0,
'Exporter' => '5.57',
'Function::Parameters' => '2',
'List::Util' => '1.33',
'Scalar::Util' => 0,
},
REPOSITORY => [ github => 'mauke' ],
HARNESS_OPTIONS => ['j4'],
};