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::Monta',
    VERSION_FROM      => 'lib/Template/Plugin/Monta.pm', # finds $VERSION
    PREREQ_PM         => {
		Acme::Monta	=> 0,
		Template	=> 2.14
	}, # e.g., Module::Name => 1.1
);