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.034.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "IRC is my Twitter client",
  "AUTHOR" => "Marc Mims <mmims\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "POE-Component-Server-Twirc",
  "EXE_FILES" => [
    "bin/twirc"
  ],
  "LICENSE" => "perl",
  "NAME" => "POE::Component::Server::Twirc",
  "PREREQ_PM" => {
    "AnyEvent" => 0,
    "AnyEvent::Twitter" => 0,
    "AnyEvent::Twitter::Stream" => "0.23",
    "Config::Any" => 0,
    "Encode" => 0,
    "FindBin" => 0,
    "HTML::Entities" => 0,
    "JSON::MaybeXS" => 0,
    "Log::Log4perl" => 0,
    "Moose" => 0,
    "MooseX::Getopt" => "0.15",
    "MooseX::Log::Log4perl::Easy" => 0,
    "MooseX::POE" => "0.215",
    "MooseX::SimpleConfig" => 0,
    "MooseX::Storage" => 0,
    "POE::Component::Server::IRC" => "0.02005",
    "POE::Component::TSTP" => 0,
    "POE::Loop::AnyEvent" => 0,
    "Path::Class::File" => 0,
    "Proc::Daemon" => 0,
    "Regexp::Common::URI" => 0,
    "Scalar::Util" => 0,
    "String::Truncate" => 0,
    "Try::Tiny" => 0
  },
  "VERSION" => "0.20",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "AnyEvent" => 0,
  "AnyEvent::Twitter" => 0,
  "AnyEvent::Twitter::Stream" => "0.23",
  "Config::Any" => 0,
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "FindBin" => 0,
  "HTML::Entities" => 0,
  "JSON::MaybeXS" => 0,
  "Log::Log4perl" => 0,
  "Moose" => 0,
  "MooseX::Getopt" => "0.15",
  "MooseX::Log::Log4perl::Easy" => 0,
  "MooseX::POE" => "0.215",
  "MooseX::SimpleConfig" => 0,
  "MooseX::Storage" => 0,
  "POE::Component::Server::IRC" => "0.02005",
  "POE::Component::TSTP" => 0,
  "POE::Loop::AnyEvent" => 0,
  "Path::Class::File" => 0,
  "Proc::Daemon" => 0,
  "Regexp::Common::URI" => 0,
  "Scalar::Util" => 0,
  "String::Truncate" => 0,
  "Try::Tiny" => 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);