X-Git-Url: https://erislabs.net/gitweb/?p=id3fs.git;a=blobdiff_plain;f=Makefile.PL;h=a8344942fb5aae4dfe8f8e54cb47d8760a5817fe;hp=c2c41f6127774c2bd716c79be0590892e8d0ced8;hb=b4326934dada4593999b25f636f1ed7e7fd15813;hpb=3237c35d169f4f7a795ec3e997c657572136cc1b diff --git a/Makefile.PL b/Makefile.PL index c2c41f6..a834494 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,10 +9,13 @@ WriteMakefile(NAME=>"id3fs", VERSION=>"1.0", EXE_FILES=>[ map( "bin/$_", @binscripts) ], MAN1PODS=>{ map({ +"bin/$_" => "\${INST_MAN1DIR}/$_.1" } @binscripts) }, - PREREQ_PM=>{ 'Fuse' => 0, - 'DBI' => 0, - 'DBD::SQLite' => 0} , -# dist=>{ COMPRESS=>"gzip -9f", SUFFIX=>"gz", }, + PREREQ_PM=>{ 'Fuse' => 0, + 'DBI' => 0, + 'DBD::SQLite' => 0, + 'MP3::Tag' => 0, + 'Audio::FLAC::Header' => 0, + 'Ogg::Vorbis::Header' => 0, + } , ($] >= 5.005 ? (ABSTRACT => 'FUSE-based filesystem for browsing music metadata', AUTHOR => 'Ian Beckwith ')