File: Makefile.PL

package info (click to toggle)
libio-socket-inet6-perl 2.72-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • ctags: 25
  • sloc: perl: 994; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Note: this file was auto-generated by Module::Build::Compat version 0.4007
require 5.008;
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' => {}
)
;