Fix recording of compile errors
[gruntmaster-daemon.git] / Makefile.PL
index 7c6b3d067cc47eb01c45fb2704780741e0fe23c9..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
@@ -42,5 +42,8 @@ WriteMakefile(
   },
   META_MERGE        => {
        dynamic_config => 0,
+       resources      => {
+               repository => 'https://git.ieval.ro/?p=gruntmaster-daemon.git',
+       }
   }
 );
This page took 0.009365 seconds and 4 git commands to generate.