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

WriteMakefile( NAME            => 'Formatter::HTML::MPS',
               VERSION_FROM    => 'lib/Formatter/HTML/MPS.pm',
               EXE_FILES       => [ 'bin/mpslidemaker.pl' ],
               PREREQ_PM       => { 'Text::Markdown'	=> '1.0.3',
                                    'HTML::LinkExtor'   => '1.33',
                                }
               );