X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=Makefile.PL;h=f38a07ba89e513dbda3c16429825b473af3baddc;hp=0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d;hb=2542002f7bfdc9b5ea8b7ddcf6ed64440fece126;hpb=6b7da155640225e0b1ce4fe962449c03fd20edd0 diff --git a/Makefile.PL b/Makefile.PL index 0c47a00..f38a07b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ 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 ', @@ -40,5 +40,8 @@ WriteMakefile( }, META_MERGE => { dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git', + } } )