Fix recording of compile errors
[gruntmaster-daemon.git] / Makefile.PL
index a476ad0ef55c81066c0c9271ae6142a83b3059cd..a72cec7a4411049a5bd90b253cbb8895416ba97d 100644 (file)
@@ -8,7 +8,7 @@ WriteMakefile(
   ABSTRACT_FROM     => 'lib/Gruntmaster/Daemon.pm',
   AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
   MIN_PERL_VERSION  => '5.14.0',
-  LICENSE           => 'perl',
+  LICENSE           => 'AGPL_3',
   BUILD_REQUIRES    => {
        qw/Cwd 0
           File::Copy 0
@@ -34,6 +34,7 @@ WriteMakefile(
 
           BSD::Resource 0
           File::Slurp 0
+          Gruntmaster::Data 0
           IPC::Signal 0
           List::MoreUtils 0
           Log::Log4perl 0
@@ -41,5 +42,8 @@ WriteMakefile(
   },
   META_MERGE        => {
        dynamic_config => 0,
+       resources      => {
+               repository => 'https://git.ieval.ro/?p=gruntmaster-daemon.git',
+       }
   }
 );
This page took 0.010491 seconds and 4 git commands to generate.