X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=Makefile.PL;h=f7d5e99a1fc9b72fb73394bda6dfd9a68d295cc5;hp=a476ad0ef55c81066c0c9271ae6142a83b3059cd;hb=920666a43b7af2544f3e27e7bfd6940534a18f90;hpb=ad4bd022cfaea149b8af3219234617f420d556cf diff --git a/Makefile.PL b/Makefile.PL index a476ad0..f7d5e99 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,44 +2,51 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Gruntmaster::Daemon', - VERSION_FROM => 'lib/Gruntmaster/Daemon.pm', - EXE_FILES => [ 'gruntmasterd', 'gruntmaster-compile', 'gruntmaster-exec' ], - ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', - AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', - BUILD_REQUIRES => { - qw/Cwd 0 - File::Copy 0 - File::Copy::Recursive 0 - File::Path 0 - File::Temp 0 - List::Util 0 - Log::Log4perl 0 - Test::More 0 - YAML::Any 0/, - }, - SIGN => 1, - PREREQ_PM => { - qw/Exporter 0 - File::Basename 0 - File::Copy 0 - File::Temp 0 - List::Util 0 - Sys::Hostname 0 - POSIX 0 - Time::HiRes 0 - sigtrap 0 + NAME => 'Gruntmaster::Daemon', + VERSION_FROM => 'lib/Gruntmaster/Daemon.pm', + EXE_FILES => [ 'gruntmasterd', 'gruntmaster-compile', 'gruntmaster-exec' ], + ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', + AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => '5.14.0', + LICENSE => 'AGPL_3', + BUILD_REQUIRES => { + qw/Cwd 0 + File::Basename 0 + File::Slurp 0 + File::Temp 0 + Hash::Merge 0 + List::Util 0 + Log::Log4perl 0 + Test::More 0 + YAML::Any 0/, + }, + SIGN => 1, + PREREQ_PM => { + qw/Exporter 0 + File::Basename 0 + File::Copy 0 + File::Temp 0 + List::Util 0 + Sys::Hostname 0 + POSIX 0 + Time::HiRes 0 + sigtrap 0 - BSD::Resource 0 - File::Slurp 0 - IPC::Signal 0 - List::MoreUtils 0 - Log::Log4perl 0 - Try::Tiny 0/ - }, - META_MERGE => { - dynamic_config => 0, - } + BSD::Resource 0 + Expect::Simple 0 + File::Slurp 0 + Gruntmaster::Data 0 + IPC::Signal 0 + JSON 0 + List::MoreUtils 0 + Log::Log4perl 0 + String::ShellQuote 0 + Try::Tiny 0/ + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=gruntmaster-daemon.git', + } + } );