2 use ExtUtils::MakeMaker;
5 NAME => 'App::MusicExpo',
6 VERSION_FROM => 'lib/App/MusicExpo.pm',
8 'Audio::FLAC::Header' => 0,
9 'HTML::Template::Compiled' => 0,
13 'Ogg::Vorbis::Header::PurePerl' => 0,
15 MIN_PERL_VERSION => 5.014,
16 EXE_FILES => [ 'musicexpo' ],
18 ABSTRACT_FROM => 'lib/App/MusicExpo.pm',
19 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',