forked from UPC/ravada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
38 lines (34 loc) · 860 Bytes
/
Makefile.PL
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
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
VERSION => '0.01',
PREREQ_PM => {
'Mojolicious' => '7.01'
,'DBIx::Connector' => 0
,'Authen::Passphrase' => 0
,'IPC::Run3' => 0
,'JSON::XS' => 0
,'Moose' => 0
,'Net::LDAP' => 0
,'Sys::Virt' => 0
,'XML::LibXML'=> 0
,'YAML' => 0
,'Image::Magick' => 0
,'MooseX::Types::NetAddr::IP' => 0
,'IO::Interface' => 0
,'Sys::Statistics::Linux' => 0
,'Test::Pod::Coverage' => 0
,'Locale::Maketext::Lexicon' => 0
,'Mojolicious::Plugin::I18N' => 0
,'DBD::SQLite' => 0
,'IPTables::ChainMgr' => 0
,'Net::DNS' => 0
},
BUILD_REQUIRES => {
'Test::SQL::Data' => 0
,'Test::Perl::Critic' => 0
},
test => {TESTS => 't/*.t t/*/*.t'},
clean => {FILES => 't/.db' }
);