Compare commits
No commits in common. "c8-stream-5.3" and "stream-perl-5.24-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-per
@ -1 +0,0 @@
|
||||
4e12fc601a7d71189c4b49c2a72b46bc8f939993 SOURCES/IO-Socket-IP-0.39.tar.gz
|
26
Makefile.PL
Normal file
26
Makefile.PL
Normal file
@ -0,0 +1,26 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
'NAME' => 'IO::Socket::IP',
|
||||
'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
|
||||
'ABSTRACT_FROM' => 'lib/IO/Socket/IP.pm',
|
||||
'PREREQ_PM' => {
|
||||
'base' => '0',
|
||||
'Carp' => '0',
|
||||
'constant' => '0',
|
||||
'Errno' => '0',
|
||||
'IO::Socket' => 0,
|
||||
'POSIX' => '0',
|
||||
'Socket' => '1.97',
|
||||
'strict' => '0',
|
||||
'warnings' => '0',
|
||||
},
|
||||
'TEST_REQUIRES' => {
|
||||
'IO::Socket::INET' => '0',
|
||||
'Test::More' => '0.88',
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
);
|
Loading…
Reference in New Issue
Block a user