Add OGG Vorbis support
[app-musicexpo.git] / Makefile.PL
index 06f4c1248f81deaf37e7baa010cce4c2b2683819..31d11bc204def2b89612bc743644b02a44663835 100644 (file)
@@ -5,11 +5,12 @@ WriteMakefile(
   NAME          => 'App::MusicExpo',
   VERSION_FROM  => 'lib/App/MusicExpo.pm',
   PREREQ_PM     => {
-       'Audio::FLAC::Header'      => 0,
-       'HTML::Template::Compiled' => 0,
-       'Memoize'                  => 0,
-       'MP3::Tag'                 => 1.12,
-       'DB_File'                  => 0,
+       'Audio::FLAC::Header'           => 0,
+       'HTML::Template::Compiled'      => 0,
+       'Memoize'                       => 0,
+       'MP3::Tag'                      => 1.12,
+       'DB_File'                       => 0,
+       'Ogg::Vorbis::Header::PurePerl' => 0,
   },
   MIN_PERL_VERSION => 5.014,
   EXE_FILES     => [ 'musicexpo' ],
This page took 0.009058 seconds and 4 git commands to generate.