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::Markdown',
    VERSION_FROM      => 'lib/Template/Plugin/Markdown.pm',
    PREREQ_PM         => {
	Text::Markdown => '1.0.1'
    },
    ($] >= 5.005 ?
      (ABSTRACT_FROM  => 'lib/Template/Plugin/Markdown.pm',
       AUTHOR         => 'Naoya Ito <naoya@bloghackers.net>') : ()),
);