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
(
          'NAME' => 'Net::DAAP::Client',
          'VERSION_FROM' => 'lib/Net/DAAP/Client.pm',
          'PREREQ_PM' => {
                           'Digest::MD5' => '0',
                           'Digest::MD5::M4p' => '0',
                           'LWP' => '0',
                           'Net::DAAP::DMAP' => '1.22',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;