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

WriteMakefile
    (
     NAME		=> 'MP4::Info',
     VERSION_FROM	=> 'Info.pm',
     ABSTRACT_FROM	=> 'Info.pm',
     AUTHOR		=> 'Jonathan Harris <jhar@cpan.org>',
     PREREQ_PM		=> { 'Encode' => '0',
			     'IO::String' => '0'},
    );