-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.PL
24 lines (24 loc) · 926 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
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Net::DAV::Server',
'VERSION_FROM' => 'lib/Net/DAV/Server.pm',
'PREREQ_PM' => {
'URI' => 0,
'URI::Escape' => 0,
'Class::Accessor::Fast' => 0,
'HTTP::Date' => 0,
'Encode' => 0,
'Test::More' => 0,
'HTTP::Response' => 0,
'HTTP::Headers' => 0,
'File::Find::Rule::Filesys::Virtual' => 0,
'XML::LibXML' => 0,
'HTTP::Request' => 0,
'File::Slurp' => 0
}
)
;