Skip to content

Commit

Permalink
Add dependencies to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Jan 30, 2017
1 parent dbc0f0f commit 852e154
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile.PL
Expand Up @@ -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;
Expand Down

0 comments on commit 852e154

Please sign in to comment.