X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=246d041c891dbd5e5b65830a23c6a69faa747104;hb=refs%2Fheads%2Fmindcoding;hp=0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d;hpb=d2d4a5b1e51de5826278e795ba371d14b579fe2a;p=gruntmaster-page.git diff --git a/Makefile.PL b/Makefile.PL index 0c47a00..246d041 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,12 +2,12 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Gruntmaster::Page', + NAME => 'Plack::App::Gruntmaster', VERSION_FROM => 'lib/Plack/App/Gruntmaster.pm', ABSTRACT_FROM => 'lib/Plack/App/Gruntmaster.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', + LICENSE => 'AGPL_3', SIGN => 1, BUILD_REQUIRES => { qw/Test::More 0 @@ -40,5 +40,8 @@ WriteMakefile( }, META_MERGE => { dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git', + } } )