drop IO::Scalar prereq
[catagits/Catalyst-Runtime.git] / Makefile.PL
index d2f7e63..393ebc0 100644 (file)
@@ -16,7 +16,6 @@ my %META = (
         'Test::Fatal' => 0,
         'Test::More' => '0.88',
         'HTTP::Request::Common' => 0,
-        'IO::Scalar' => 0,
         'HTTP::Status' => 0,
       },
     },
@@ -83,10 +82,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',
@@ -99,6 +96,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,
       },
     },
   },