1# Note: this file was auto-generated by Module::Build::Compat version 0.31012
2require 5.008;
3use ExtUtils::MakeMaker;
4WriteMakefile
5(
6          'NAME' => 'FLV::Info',
7          'VERSION_FROM' => 'lib/FLV/Info.pm',
8          'PREREQ_PM' => {
9                           'AMF::Perl' => '0.15',
10                           'Digest::MD5' => '2',
11                           'List::MoreUtils' => '0',
12                           'List::Util' => '1',
13                           'Readonly' => '0',
14                           'SWF::File' => '0.033',
15                           'Test::More' => '0'
16                         },
17          'INSTALLDIRS' => 'site',
18          'EXE_FILES' => [
19                           'bin/flv2flv',
20                           'bin/flv2mp3',
21                           'bin/flv2swf',
22                           'bin/flvinfo',
23                           'bin/swf2flv'
24                         ]
25        )
26;
27