/usr/local/CPAN/IO-Socket-Socks/Makefile.PL
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'IO::Socket::Socks',
'LICENSE' => 'lgpl',
'PREREQ_PM' => { 'IO::Socket::INET' => 0, 'IO::Select' => 0, 'Test::More' => 0.88 },
'META_MERGE' => { resources => {repository => 'https://github.com/olegwtf/p5-IO-Socket-Socks'} },
'VERSION_FROM' => 'lib/IO/Socket/Socks.pm',
'dist' => {
'COMPRESS' => 'gzip --best'
}
);