X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=Makefile.PL;h=7c6b3d067cc47eb01c45fb2704780741e0fe23c9;hp=49a41f17a2d76c2251d472a7aa2708ce6987c17f;hb=bf461634c0e60f9c2c19c102e68d212222f18f63;hpb=5c5cd38ad5b9e3c2b331564bc0b23e9167b7d07a diff --git a/Makefile.PL b/Makefile.PL index 49a41f1..7c6b3d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Gruntmaster::Daemon', VERSION_FROM => 'lib/Gruntmaster/Daemon.pm', - EXE_FILES => [ 'gruntmasterd' ], + EXE_FILES => [ 'gruntmasterd', 'gruntmaster-compile', 'gruntmaster-exec' ], ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', @@ -23,24 +23,22 @@ WriteMakefile( SIGN => 1, PREREQ_PM => { qw/Exporter 0 - Fcntl 0 File::Basename 0 File::Copy 0 - File::Spec::Functions 0 - IO::File 0 - IPC::Open3 0 + File::Temp 0 List::Util 0 + Sys::Hostname 0 POSIX 0 Time::HiRes 0 + sigtrap 0 BSD::Resource 0 File::Slurp 0 + Gruntmaster::Data 0 IPC::Signal 0 - Linux::Inotify2 0 List::MoreUtils 0 Log::Log4perl 0 - Try::Tiny 0 - YAML::Any 0/, + Try::Tiny 0/ }, META_MERGE => { dynamic_config => 0,