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

use 5.010;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "A bot for IRC New Years parties",
  "AUTHOR" => "Zoffix Znet <cpan\@zoffix.com>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "App-IRCBot-NewYears",
  "EXE_FILES" => [
    "bin/app-ircbot-newyears.pl"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::IRCBot::NewYears",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "Date::Manip" => "6.36",
    "DateTime" => "1.03",
    "Encode" => "2.55",
    "Number::Denominal" => "1.104",
    "POE" => "1.354",
    "POE::Component::IRC" => "6.83",
    "POE::Component::IRC::Plugin::BotAddressed" => "6.83",
    "POE::Component::IRC::Plugin::Connector" => "6.83",
    "POE::Component::IRC::Plugin::WWW::Google::Time" => "0.0102",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "1.001003",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "Date::Manip" => "6.36",
  "DateTime" => "1.03",
  "Encode" => "2.55",
  "Number::Denominal" => "1.104",
  "POE" => "1.354",
  "POE::Component::IRC" => "6.83",
  "POE::Component::IRC::Plugin::BotAddressed" => "6.83",
  "POE::Component::IRC::Plugin::Connector" => "6.83",
  "POE::Component::IRC::Plugin::WWW::Google::Time" => "0.0102",
  "Test::More" => 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);