Initial commit
[app-musicexpo.git] / Makefile.PL
CommitLineData
21cd9240
MG
1use 5.014;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'App::MusicExpo',
6 VERSION => '0.001001',
7 PREREQ_PM => {
8 'Audio::FLAC::Header' => 0,
9 'HTML::Entities' => 0,
10 'HTML::Template::Compiled' => 0,
11 'Memoize' => 0,
12 'MP3::Tag' => 0,
13 'URI::Escape' => 0,
14 'DB_File' => 0,
15 },
16 MIN_PERL_VERSION => 5.014,
17 EXE_FILES => [ 'musicexpo' ],
18 LICENSE => 'perl',
19 ABSTRACT_FROM => 'lib/App/MusicExpo.pm',
20 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
21);
This page took 0.009961 seconds and 4 git commands to generate.