X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=Makefile.PL;h=a72cec7a4411049a5bd90b253cbb8895416ba97d;hp=fd0ceaf9b6347038a60792a0105833874ab77751;hb=967faabc4dd9e926a4c5bc316844b7033d744c69;hpb=da905f9ea0693b88b7ca37514fbacf4c2383f2bf diff --git a/Makefile.PL b/Makefile.PL index fd0ceaf..a72cec7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', + LICENSE => 'AGPL_3', BUILD_REQUIRES => { qw/Cwd 0 File::Copy 0 @@ -23,26 +23,27 @@ 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, + resources => { + repository => 'https://git.ieval.ro/?p=gruntmaster-daemon.git', + } } );