The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Nagios::Plugin::Simple',
    VERSION_FROM => 'lib/Nagios/Plugin/Simple.pm',
    AUTHOR       => 'Michael R. Davis (account=>perl,tld=>com,domain=>michaelrdavis)',
    ABSTRACT     => 'Simple and Minimalistic Nagios Plugin Package',
    PREREQ_PM    => {
                     'Test::Simple' => 0.44,
                    },
);