From 2542002f7bfdc9b5ea8b7ddcf6ed64440fece126 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 28 Feb 2014 19:26:43 +0200 Subject: [PATCH] Rename distribution to Plack::App::Gruntmaster, add repository --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', + } } ) -- 2.30.2