The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.31012
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'FLV::Info',
          'VERSION_FROM' => 'lib/FLV/Info.pm',
          'PREREQ_PM' => {
                           'AMF::Perl' => '0.15',
                           'Digest::MD5' => '2',
                           'List::MoreUtils' => '0',
                           'List::Util' => '1',
                           'Readonly' => '0',
                           'SWF::File' => '0.033',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/flv2flv',
                           'bin/flv2mp3',
                           'bin/flv2swf',
                           'bin/flvinfo',
                           'bin/swf2flv'
                         ]
        )
;