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

WriteMakefile(
    NAME         => 'Net::OpenVPN::Manage',
    VERSION_FROM => 'lib/Net/OpenVPN/Manage.pm',
    PREREQ_PM    => { Test::More     => 0 },
    PL_FILES => {},
    ABSTRACT_FROM => 'lib/Net/OpenVPN/Manage.pm',
    AUTHOR        => 'Aaron Meyer <meyeaard@cpan.org>',
);