Merge branch 'bugs/rt-75731'
[catagits/Catalyst-Runtime.git] / Makefile.PL
index a7cc7bd..8b366c6 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,
       },
     },
@@ -51,6 +50,7 @@ my %META = (
         'Tree::Simple::Visitor::FindByUID' => 0,
         'Try::Tiny'             => '0.17',
         'Safe::Isa'             => 0,
+        'Socket'                => '1.96',
         'Task::Weaken'          => 0,
         'Text::Balanced'        => 0, # core in 5.8.x but mentioned for completeness
         'MRO::Compat'           => 0,
@@ -79,6 +79,7 @@ my %META = (
         "Plack::Middleware::FixMissingBodyInRedirect" => '0.09',
         "Plack::Middleware::MethodOverride" => '0.12',
         "Plack::Middleware::RemoveRedundantBody" => '0.03',
+        'PerlIO::utf8_strict' => 0,
       },
     },
     develop   => {
@@ -97,6 +98,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,
       },
     },
   },
@@ -222,7 +227,6 @@ print <<"EOF";
     For development and use of catalyst.pl and myapp_create.pl, make sure
     you also install the development tools package Catalyst::Devel.
 
-        perl -MCPANPLUS -e 'install Catalyst::Devel' # or
         perl -MCPAN -e 'install Catalyst::Devel'     # or
         cpanm Catalyst::Devel