SIGN => 1 and META_MERGE repository and dynamic_config
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jan 2014 10:49:44 +0000 (12:49 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jan 2014 10:49:44 +0000 (12:49 +0200)
Makefile.PL

index 31d11bc204def2b89612bc743644b02a44663835..e47de2012029f1a0ebd5b5f55672a235ce2347e5 100644 (file)
@@ -13,8 +13,15 @@ WriteMakefile(
        'Ogg::Vorbis::Header::PurePerl' => 0,
   },
   MIN_PERL_VERSION => 5.014,
+  SIGN          => 1,
   EXE_FILES     => [ 'musicexpo' ],
   LICENSE       => 'perl',
   ABSTRACT_FROM => 'lib/App/MusicExpo.pm',
   AUTHOR        => 'Marius Gavrilescu <marius@ieval.ro>',
+  META_MERGE    => {
+       resources   => {
+         repository => 'http://git.ieval.ro/?p=app-musicexpo.git'
+       },
+       dynamic_config => 0,
+  }
 );
This page took 0.010236 seconds and 4 git commands to generate.