Codebase list libnet-socks-perl / db836f56-c815-4b5b-b6ce-24f5490c7a6f/main Makefile.PL
db836f56-c815-4b5b-b6ce-24f5490c7a6f/main

Tree @db836f56-c815-4b5b-b6ce-24f5490c7a6f/main (Download .tar.gz)

Makefile.PL @db836f56-c815-4b5b-b6ce-24f5490c7a6f/mainraw · history · blame

1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Net::SOCKS',
    'VERSION_FROM' => 'lib/Net/SOCKS.pm', # finds $VERSION
);