-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMakefile.PL
36 lines (36 loc) · 1.3 KB
/
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
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Posemo',
'VERSION_FROM' => 'lib/PostgreSQL/SecureMonitoring.pm',
'PREREQ_PM' => {
'Config::General' => '2.5',
'Config::Tiny' => '2.2',
'DBD::Pg' => '3.005001',
'DBI' => '1.631',
'File::HomeDir' => '1',
'File::ShareDir' => '1.102',
'IO::All' => '0.84',
'JSON' => '2.9',
'Log::Log4perl' => '1.29',
'Moose' => '2.0401',
'MooseX::ConfigFromFile' => '0.04',
'MooseX::Getopt' => '0.37',
'MooseX::SimpleConfig' => '0.11',
'MooseX::Types::Path::Tiny' => '0.011',
'Readonly' => '1.03',
'TAP::Parser::SourceHandler::pgTAP' => '3.25',
'Test::Differences' => '0.64',
'Test::Exception' => '0.25',
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/posemo.pl',
'bin/posemo_daemon.pl',
'bin/posemo_install.pl'
],
'PL_FILES' => {}
)
;