The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.008008;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Mediainfo',
    VERSION_FROM      => 'lib/Mediainfo.pm',
    PREREQ_PM         => { 'IPC::Open3'=>0, },
    ($] >= 5.005 ?
      (ABSTRACT_FROM  => 'lib/Mediainfo.pm',
       AUTHOR         => 'ChenGang <yikuyiku.com@gmail.com>') : ()),
);