-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile.PL
More file actions
24 lines (24 loc) · 742 Bytes
/
Makefile.PL
File metadata and controls
24 lines (24 loc) · 742 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
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
require 5.010000;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Module::Build::Database',
'EXE_FILES' => [],
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'VERSION_FROM' => 'lib/Module/Build/Database.pm',
'PREREQ_PM' => {
'File::Which' => 0,
'File::Copy::Recursive' => 0,
'List::MoreUtils' => 0,
'Digest::MD5' => 0,
'File::ShareDir' => 0,
'blib' => 0,
'Test::More' => 0,
'IO::Socket::INET' => 0,
'Sub::Exporter' => 0,
'Path::Class' => 0
}
)
;