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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Set of Perl classes for creation of interactive and dynamic Telegram bots. Now bots can only process text, but work in progress :)",
  "AUTHOR" => "Pavel Serikov <pavelsr\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Telegram-BotKit",
  "LICENSE" => "perl",
  "NAME" => "Telegram::BotKit",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "Encode" => 0,
    "Exporter" => 0,
    "JSON::MaybeXS" => 0,
    "List::MoreUtils" => 0,
    "Module::Load" => 0,
    "WWW::Telegram::BotAPI" => 0,
    "base" => 0,
    "common::sense" => 0
  },
  "TEST_REQUIRES" => {
    "Class::Inspector" => 0,
    "Config::JSON" => 0,
    "Test::More" => 0,
    "Test::Simple" => 0
  },
  "VERSION" => "0.03",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Class::Inspector" => 0,
  "Config::JSON" => 0,
  "Data::Dumper" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "JSON::MaybeXS" => 0,
  "List::MoreUtils" => 0,
  "Module::Load" => 0,
  "Test::More" => 0,
  "Test::Simple" => 0,
  "WWW::Telegram::BotAPI" => 0,
  "base" => 0,
  "common::sense" => 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);