File: Makefile.PL

package info (click to toggle)
libnet-dpap-client-perl 0.26-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 10
  • sloc: perl: 202; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::DPAP::Client',
          'VERSION_FROM' => 'lib/Net/DPAP/Client.pm',
          'PREREQ_PM' => {
                           'Carp::Assert' => '0',
                           'Class::Accessor::Fast' => '0',
                           'LWP::Simple' => '0',
                           'Net::DAAP::DMAP' => '1.20',
                           'URI' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;