changelog
[catagits/Catalyst-Plugin-ConfigLoader.git] / Makefile.PL
index fd76aad..063af86 100644 (file)
@@ -11,8 +11,7 @@ my %META = (
     } },
     test => {
       requires => {
-        'Test::More' => 0,
-        'Path::Class' => 0,
+        'Test::More' => '0.96',
       },
     },
     runtime => {
@@ -25,13 +24,16 @@ my %META = (
     },
     develop => {
       requires => {
+        'Test::Pod'           => '1.00',
+        'Test::Pod::Coverage' => '1.00',
       },
     },
   },
   resources => {
     repository => {
-      url => 'https://github.com/perl-catalyst/Catalyst-Plugin-ConfigLoader.git',
-      web => 'https://github.com/perl-catalyst/Catalyst-Plugin-ConfigLoader',
+      # rw: catagits@git.shadowcat.co.uk:Catalyst-Plugin-ConfigLoader.git
+      url => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git',
+      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Plugin-ConfigLoader.git',
       type => 'git',
     },
     x_IRC => 'irc://irc.perl.org/#catalyst',