e4ad33
use strict;
e4ad33
use warnings;
e4ad33
e4ad33
use ExtUtils::MakeMaker;
e4ad33
e4ad33
WriteMakefile(
e4ad33
    'NAME' => 'IO::Socket::IP',
e4ad33
    'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
e4ad33
    'ABSTRACT_FROM' => 'lib/IO/Socket/IP.pm',
e4ad33
    'PREREQ_PM' => {
e4ad33
         'base' => '0',
e4ad33
         'Carp' => '0',
e4ad33
         'constant' => '0',
e4ad33
         'Errno' => '0',
e4ad33
         'IO::Socket' => 0,
e4ad33
         'POSIX' => '0',
e4ad33
         'Socket' => '1.97',
e4ad33
         'strict' => '0',
e4ad33
         'warnings' => '0',
e4ad33
    },
e4ad33
    'TEST_REQUIRES' => {
e4ad33
         'IO::Socket::INET' => '0',
e4ad33
         'Test::More' => '0.88',
e4ad33
    },
e4ad33
    'INSTALLDIRS' => 'site',
e4ad33
);