# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::DAV::Server', 'VERSION_FROM' => 'lib/Net/DAV/Server.pm', 'PREREQ_PM' => { 'Class::Accessor::Fast' => '0', 'Encode' => '0', 'File::Find::Rule::Filesys::Virtual' => '0', 'File::Slurp' => '0', 'HTTP::Date' => '0', 'HTTP::Headers' => '0', 'HTTP::Request' => '0', 'HTTP::Response' => '0', 'Test::More' => '0', 'URI' => '0', 'URI::Escape' => '0', 'XML::LibXML' => '0' }, 'INSTALLDIRS' => 'site', 'PL_FILES' => {} ) ;