don't mess with the class attribute
[catagits/Catalyst-Runtime.git] / Makefile.PL
index f951674..f94cd54 100644 (file)
@@ -83,10 +83,7 @@ my %META = (
     },
     develop   => {
       requires => {
-        'CatalystX::LeakChecker'  => '0.05',
-        'Catalyst::Devel'         => '1.0', # For http server test
-        'Test::WWW::Mechanize::Catalyst' => '0.51',
-        'Test::TCP'               => '2.00', # ditto, ships Net::EmptyPort
+        'Test::TCP'               => '2.00',
         'File::Copy::Recursive'   => '0.40',
         'Starman'                 => 0,
         'MooseX::Daemonize'       => 0,
@@ -95,10 +92,7 @@ my %META = (
         'Test::Pod::Coverage'     => 0,
         'Test::Spelling'          => 0,
         'Pod::Coverage::TrustPod' => 0,
-        'Catalyst::Plugin::Params::Nested' => 0,
-        'Catalyst::Plugin::ConfigLoader' => 0,
         'Compress::Zlib'          => 0,
-        'Catalyst::Action::REST'  => 0,
         'Type::Tiny'              => 0,
         'Proc::ProcessTable'      => 0,
       },
@@ -106,9 +100,8 @@ my %META = (
   },
   resources => {
     repository => {
-      # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git
-      url => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary',
+      url => 'https://github.com/perl-catalyst/catalyst-runtime.git',
+      web => 'https://github.com/perl-catalyst/catalyst-runtime',
       type => 'git',
     },
     x_IRC => 'irc://irc.perl.org/#catalyst',