-
Notifications
You must be signed in to change notification settings - Fork 4
/
Makefile.PL
23 lines (23 loc) · 863 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
# Note: this file was auto-generated by Module::Build::Compat version 0.4007
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'MogileFS::Client::Fuse',
'EXE_FILES' => [
'bin/mount-mogilefs'
],
'VERSION_FROM' => 'lib/MogileFS/Client/Fuse.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Scalar::Util' => 0,
'MogileFS::Client::FilePaths' => 0,
'Config::IniFiles' => 0,
'Params::Validate' => 0,
'Fuse' => '0.11',
'threads::shared' => '1.21',
'MRO::Compat' => 0
}
)
;