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

use 5.010;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Twitter components for exobrain",
  "AUTHOR" => "Paul Fenwick <pjf\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Exobrain-Twitter",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Exobrain::Twitter",
  "PREREQ_PM" => {
    "Date::Manip::Date" => 0,
    "Exobrain" => "1.04",
    "Exobrain::Agent" => 0,
    "Exobrain::Agent::Poll" => 0,
    "Exobrain::Agent::Run" => 0,
    "Exobrain::Component" => 0,
    "Exobrain::Config" => 0,
    "Exobrain::Intent" => 0,
    "Exobrain::Measurement::Social" => 0,
    "Method::Signatures" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "MooseX::Types" => 0,
    "MooseX::Types::Moose" => 0,
    "Net::Twitter" => 0,
    "autodie" => 0,
    "constant" => 0,
    "feature" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Exobrain" => "1.04",
    "Exobrain::Test" => 0,
    "Test::Deep" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.04",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Date::Manip::Date" => 0,
  "Exobrain" => "1.04",
  "Exobrain::Agent" => 0,
  "Exobrain::Agent::Poll" => 0,
  "Exobrain::Agent::Run" => 0,
  "Exobrain::Component" => 0,
  "Exobrain::Config" => 0,
  "Exobrain::Intent" => 0,
  "Exobrain::Measurement::Social" => 0,
  "Exobrain::Test" => 0,
  "Method::Signatures" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "MooseX::Types" => 0,
  "MooseX::Types::Moose" => 0,
  "Net::Twitter" => 0,
  "Test::Deep" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "autodie" => 0,
  "constant" => 0,
  "feature" => 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);