Codebase list libnet-dpap-client-perl / fresh-snapshots/main Makefile.PL
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.PL @fresh-snapshots/mainraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4231
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Net::DAAP::DMAP' => '1.20',
                   'Carp::Assert' => 0,
                   'URI' => 0,
                   'Class::Accessor::Fast' => 0,
                   'LWP::Simple' => 0
                 },
  'VERSION_FROM' => 'lib/Net/DPAP/Client.pm',
  'NAME' => 'Net::DPAP::Client',
  'PL_FILES' => {}
)
;