Update Changes, Makefile.PL and bump version to 0.001001
[app-xmms2-notifier.git] / Makefile.PL
index ab6fc11397928d41c9e376ecbb73cf19384cdb3b..a182d8be89f8d58f79af6ad73c95fac272291268 100644 (file)
@@ -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 <marius@ieval.ro>',
-  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 <marius@ieval.ro>',
+       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'
+               }
+       }
 );
This page took 0.009847 seconds and 4 git commands to generate.