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 5.008;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Search and print related Github user emails.",
  "AUTHOR" => "faraco <skelic3\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-Github-Email",
  "EXE_FILES" => [
    "bin/github-email"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "App::Github::Email",
  "PREREQ_PM" => {
    "Email::Address" => "1.908",
    "Getopt::Long" => "2.49.1",
    "LWP::UserAgent" => "6.07",
    "List::MoreUtils" => "0.416",
    "Test::More" => "1.302075"
  },
  "VERSION" => "0.0.6",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Email::Address" => "1.908",
  "Getopt::Long" => "2.49.1",
  "LWP::UserAgent" => "6.07",
  "List::MoreUtils" => "0.416",
  "Test::More" => "1.302075"
);


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);