From: Marius Gavrilescu Date: Fri, 28 Feb 2014 17:26:43 +0000 (+0200) Subject: Rename distribution to Plack::App::Gruntmaster, add repository X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=2542002f7bfdc9b5ea8b7ddcf6ed64440fece126 Rename distribution to Plack::App::Gruntmaster, add repository --- 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', + } } )