-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.PL
30 lines (30 loc) · 908 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
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PREREQ_PM' => {
'Test::FailWarnings' => 0,
'Storable' => 0,
'Class::Load' => 0,
'DBD::SQLite' => 0,
'Data::Validate::Type' => 0,
'Try::Tiny' => 0,
'Test::More' => '0.94',
'Config::Tiny' => 0,
'MIME::Base64' => 0,
'Data::Dumper' => 0,
'DBI' => 0,
'Test::Exception' => 0,
'Carp' => 0
},
'test' => {
'TESTS' => 't/*.t t/Utils/*.t t/Event/*.t'
},
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Audit/DBI.pm',
'NAME' => 'Audit::DBI',
'INSTALLDIRS' => 'site',
'PL_FILES' => {}
)
;