The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.006; 1}) {
    print "Perl 5.006 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.20.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Alien::Build plugin to prompt a user before making external download",
  "AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Alien-Build-Plugin-Fetch-PromptBeforeDownload",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Alien::Build::Plugin::Fetch::PromptBeforeDownload",
  "PM" => {
    "lib/Alien/Build/Plugin/Fetch/PromptBeforeDownload.pm" => "\$(INST_LIB)/Alien/Build/Plugin/Fetch/PromptBeforeDownload.pm"
  },
  "PREREQ_PM" => {
    "Alien::Build" => "0.57",
    "Alien::Build::Plugin" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "Test2::Mock" => "0.000060",
    "Test2::V0" => "0.000060",
    "Test::Alien::Build" => 0,
    "Test::Exit" => "0.11"
  },
  "VERSION" => "0.57",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Alien::Build" => "0.57",
  "Alien::Build::Plugin" => 0,
  "ExtUtils::MakeMaker" => 0,
  "Test2::Mock" => "0.000060",
  "Test2::V0" => "0.000060",
  "Test::Alien::Build" => 0,
  "Test::Exit" => "0.11"
);


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