This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove Module-Build from core perl distribution
[perl5.git] / cpan / IO-Socket-IP / Makefile.PL
CommitLineData
f728ea12 1# Note: this file was auto-generated by Module::Build::Compat version 0.4204
e150c453
RS
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5 'NAME' => 'IO::Socket::IP',
6 'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
7 'PREREQ_PM' => {
8 'IO::Socket' => 0,
9 'Socket' => '1.97',
10 'Test::More' => '0.88'
11 },
12 'INSTALLDIRS' => 'site',
13 'EXE_FILES' => [],
14 'PL_FILES' => {}
15)
16;