File: Makefile.PL

package info (click to toggle)
libio-socket-inet6-perl 2.65-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 30
  • sloc: perl: 958; makefile: 46
file content (22 lines) | stat: -rw-r--r-- 763 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'IO::Socket::INET6',
          'VERSION_FROM' => 'lib/IO/Socket/INET6.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Errno' => 0,
                           'Exporter' => 0,
                           'IO::Socket' => 0,
                           'Socket' => 0,
                           'Socket6' => '0.12',
                           'Test::More' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;