The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
use strict;
use warnings;



use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "(DEPRECATED) Encapsulated PSGI server behaviors for POE",
  "AUTHOR" => "Nicholas Perez <nperez\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "POEx-Role-PSGIServer",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "POEx::Role::PSGIServer",
  "PREREQ_PM" => {
    "HTTP::Message::PSGI" => 0,
    "HTTP::Request" => 0,
    "HTTP::Status" => 0,
    "Moose::Autobox" => 0,
    "MooseX::Declare" => 0,
    "MooseX::Types" => 0,
    "MooseX::Types::Moose" => 0,
    "MooseX::Types::Structured" => 0,
    "POE::Filter::HTTP::Parser" => "1.06",
    "POE::Filter::Map" => 0,
    "POE::Filter::Stream" => 0,
    "POEx::Role::Event" => 0,
    "POEx::Role::Streaming" => 0,
    "POEx::Role::TCPServer" => "1.102740",
    "POEx::Types" => 0,
    "Plack::Util" => 0,
    "Scalar::Util" => 0,
    "aliased" => 0,
    "bytes" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "FindBin" => 0,
    "HTTP::Request::Common" => 0,
    "Plack" => 0,
    "Plack::Test::Suite" => 0,
    "Test::More" => 0,
    "Test::Requires" => 0,
    "lib" => 0
  },
  "VERSION" => "1.150280",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => 0,
  "FindBin" => 0,
  "HTTP::Message::PSGI" => 0,
  "HTTP::Request" => 0,
  "HTTP::Request::Common" => 0,
  "HTTP::Status" => 0,
  "Moose::Autobox" => 0,
  "MooseX::Declare" => 0,
  "MooseX::Types" => 0,
  "MooseX::Types::Moose" => 0,
  "MooseX::Types::Structured" => 0,
  "POE::Filter::HTTP::Parser" => "1.06",
  "POE::Filter::Map" => 0,
  "POE::Filter::Stream" => 0,
  "POEx::Role::Event" => 0,
  "POEx::Role::Streaming" => 0,
  "POEx::Role::TCPServer" => "1.102740",
  "POEx::Types" => 0,
  "Plack" => 0,
  "Plack::Test::Suite" => 0,
  "Plack::Util" => 0,
  "Scalar::Util" => 0,
  "Test::More" => 0,
  "Test::Requires" => 0,
  "aliased" => 0,
  "bytes" => 0,
  "lib" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);