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.010000;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Core Exobrain accessor class",
  "AUTHOR" => "Paul Fenwick <pjf\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Exobrain",
  "EXE_FILES" => [
    "bin/exobrain",
    "bin/router",
    "bin/debug/notify",
    "bin/debug/twitter-auth",
    "bin/debug/inject",
    "bin/debug/debug.pl",
    "bin/debug/inject-todo",
    "bin/sink/habitrpg",
    "bin/sink/twitter-send",
    "bin/sink/idone-send",
    "bin/sink/pushover",
    "bin/sink/beeminder",
    "bin/actions/bee-notify",
    "bin/actions/sentbox-reward",
    "bin/actions/geo-personallog",
    "bin/actions/tweet-notify",
    "bin/actions/bee-habit",
    "bin/actions/tweet-ping",
    "bin/actions/bee-inbox",
    "bin/actions/geo-notify",
    "bin/actions/rtm-adder",
    "bin/source/foursquare",
    "bin/source/twitter",
    "bin/source/imap",
    "bin/source/facebook",
    "bin/source/beeminder-callback"
  ],
  "LICENSE" => "perl",
  "NAME" => "Exobrain",
  "PREREQ_PM" => {
    "CHI" => 0,
    "Carp" => 0,
    "Config::Tiny" => 0,
    "Dancer" => 0,
    "Data::Dumper" => 0,
    "Data::Structure::Util" => 0,
    "Date::Manip::Date" => 0,
    "Devel::Pragma" => "0.60",
    "Facebook::Graph" => 0,
    "FindBin" => 0,
    "Getopt::Std" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::Any" => 0,
    "Method::Signatures" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::Types" => 0,
    "MooseX::Types::Moose" => 0,
    "Net::IMAP::Client" => 0,
    "Net::Twitter" => 0,
    "POSIX" => 0,
    "Socket" => 0,
    "Storable" => 0,
    "Term::ReadKey" => 0,
    "Try::Tiny" => 0,
    "Ubic" => 0,
    "Ubic::Multiservice::Simple" => 0,
    "Ubic::Service::SimpleDaemon" => 0,
    "WWW::Mechanize" => 0,
    "WebService::Beeminder" => 0,
    "WebService::HabitRPG" => 0,
    "WebService::Idonethis" => "0.22",
    "WebService::Pushover" => 0,
    "WebService::RTMAgent" => "0.600",
    "ZMQ" => 0,
    "ZMQ::Constants" => 0,
    "autodie" => 0,
    "constant" => 0,
    "parent" => 0,
    "strict" => 0,
    "utf8::all" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CHI" => 0,
  "Carp" => 0,
  "Config::Tiny" => 0,
  "Dancer" => 0,
  "Data::Dumper" => 0,
  "Data::Structure::Util" => 0,
  "Date::Manip::Date" => 0,
  "Devel::Pragma" => "0.60",
  "Facebook::Graph" => 0,
  "FindBin" => 0,
  "Getopt::Std" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::Any" => 0,
  "Method::Signatures" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "MooseX::Types" => 0,
  "MooseX::Types::Moose" => 0,
  "Net::IMAP::Client" => 0,
  "Net::Twitter" => 0,
  "POSIX" => 0,
  "Socket" => 0,
  "Storable" => 0,
  "Term::ReadKey" => 0,
  "Test::More" => 0,
  "Test::Most" => 0,
  "Try::Tiny" => 0,
  "Ubic" => 0,
  "Ubic::Multiservice::Simple" => 0,
  "Ubic::Service::SimpleDaemon" => 0,
  "WWW::Mechanize" => 0,
  "WebService::Beeminder" => 0,
  "WebService::HabitRPG" => 0,
  "WebService::Idonethis" => "0.22",
  "WebService::Pushover" => 0,
  "WebService::RTMAgent" => "0.600",
  "ZMQ" => 0,
  "ZMQ::Constants" => 0,
  "autodie" => 0,
  "constant" => 0,
  "parent" => 0,
  "strict" => 0,
  "utf8::all" => 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);