# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'FLV::Info', 'VERSION_FROM' => 'lib/FLV/Info.pm', 'PREREQ_PM' => { 'AMF::Perl' => '0.15', 'Digest::MD5' => '2', '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' ], 'PL_FILES' => {} ) ;