include optional test prereqs in develop
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 7953864..9f373b8 100644 (file)
@@ -27,7 +27,6 @@ my %META = (
         'namespace::clean'      => '0.23',
         'MooseX::Emulate::Class::Accessor::Fast' => '0.00903',
         'Class::Load'           => '0.12',
-        'Data::OptList'         => 0,
         'Moose'                 => '1.03',
         'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24',
         'MooseX::Role::WithOverloading' => '0.09',
@@ -84,10 +83,8 @@ my %META = (
     },
     develop   => {
       requires => {
-        'Test::Simple'            => '0.88',
         'CatalystX::LeakChecker'  => '0.05',
         'Catalyst::Devel'         => '1.0', # For http server test
-        'Catalyst::Engine::PSGI'  => 0,
         'Test::WWW::Mechanize::Catalyst' => '0.51',
         'Test::TCP'               => '2.00', # ditto, ships Net::EmptyPort
         'File::Copy::Recursive'   => '0.40',
@@ -100,6 +97,10 @@ my %META = (
         '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,
       },
     },
   },