From 852e1547a121391cc7d0527d2c401e3ce1bd4ad8 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 30 Jan 2017 01:18:46 +0100 Subject: [PATCH] Add dependencies to Makefile.PL --- Makefile.PL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 4449e70..96d8297 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,17 @@ WriteMakefile( LICENSE => 'gpl_3', ABSTRACT => 'small system tray icon which shows the state of local md RAIDs', EXE_FILES => [qw[systray-mdstat]], + PREREQ_PM => { + 'Gtk3' => 0, + 'Glib::Object::Introspection' => 0, + 'List::Util' => 0, + 'Try::Tiny' => 0, + 'File::ShareDir' => 0, + }, + CONFIGURE_REQUIRES => { + 'ExtUtils::MakeMaker' => 0, + 'File::ShareDir::Install' => 0, + }, ); package MY;