The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use ExtUtils::MakeMaker;

WriteMakefile (
    NAME            => 'Net',
    DISTNAME        => 'libnet',
    VERSION         => '1.22', # finds $VERSION
    AUTHOR          => 'Graham Barr <gbarr@pobox.com>',
    ABSTRACT        => 'Collection of Network protocol modules',
);