File: Makefile.PL

package info (click to toggle)
libio-socket-ip-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 1,087; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'IO::Socket::IP',
  'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
  'PREREQ_PM' => {
                   'IO::Socket' => 0,
                   'Socket' => '1.97',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;