The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

use ExtUtils::MakeMaker;

$^O eq 'linux' or die "OS unsupported\n";

WriteMakefile( NAME         => 'Linux::Proc::Net::TCP',
	       VERSION_FROM => 'lib/Linux/Proc/Net/TCP.pm',
	       AUTHOR       => 'Salvador Fandino <sfandino@yahoo.com>');