The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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' => {
                           'Carp' => 0,
                           'DBD::SQLite' => 0,
                           'DBI' => 0,
                           'Digest::SHA1' => 0,
                           'Encode' => 0,
                           'File::Find::Rule::Filesys::Virtual' => 0,
                           'File::Slurp' => 0,
                           'File::Spec' => 0,
                           'File::Temp' => 0,
                           'HTTP::Date' => 0,
                           'HTTP::Headers' => 0,
                           'HTTP::Request' => 0,
                           'HTTP::Response' => 0,
                           'Test::More' => 0,
                           'URI' => 0,
                           'URI::Escape' => 0,
                           'XML::LibXML' => 1.62,
                         }
        )
;