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

WriteMakefile(
    NAME      => 'Template::Plugin::LDAP',
    VERSION   => '0.05',
    PREREQ_PM => {
        'Net::LDAP'  => 0,
        'Template'   => 0,
        'Test::More' => 0,
    },
);