Rename distribution to Plack::App::Gruntmaster, add repository
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 17:26:43 +0000 (19:26 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 17:26:43 +0000 (19:26 +0200)
Makefile.PL

index 0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d..f38a07ba89e513dbda3c16429825b473af3baddc 100644 (file)
@@ -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 <marius@ieval.ro>',
@@ -40,5 +40,8 @@ WriteMakefile(
        },
        META_MERGE        => {
                dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git',
+               }
        }
 )
This page took 0.010666 seconds and 4 git commands to generate.