X-Git-Url: http://git.ieval.ro/?p=app-xmms2-notifier.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=a182d8be89f8d58f79af6ad73c95fac272291268;hp=ab6fc11397928d41c9e376ecbb73cf19384cdb3b;hb=3541057c475480df5c25dfe631bd5793cc8928ec;hpb=d53a283b8882012999e53c693871acf64e8fb7ef diff --git a/Makefile.PL b/Makefile.PL index ab6fc11..a182d8b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,24 @@ -use 5.014002; +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'App::XMMS2::Notifier', - VERSION_FROM => 'lib/App/XMMS2/Notifier.pm', - PREREQ_PM => { - 'Audio::XMMSClient' => 0.03, - 'Gtk2::Notify' => 0.05, - 'Getopt::Long' => 0}, - ABSTRACT_FROM => 'lib/App/XMMS2/Notifier.pm', - AUTHOR => 'Marius Gavrilescu ', - EXE_FILES => ['xmms2-notifier'], + NAME => 'App::XMMS2::Notifier', + VERSION_FROM => 'lib/App/XMMS2/Notifier.pm', + EXE_FILES => ['xmms2-notifier'], + ABSTRACT_FROM => 'lib/App/XMMS2/Notifier.pm', + AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => '5.14.0', + LICENSE => 'perl', + SIGN => 1, + PREREQ_PM => { + qw/Audio::XMMSClient 0.03 + Gtk2::Notify 0.05, + Getopt::Long 0/, + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=app-xmms2-notifier.git' + } + } );