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

use 5.012;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "A Mercurial plugin for Dist::Zilla",
  "AUTHOR" => "Shlomi Fish <shlomif\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Dist-Zilla-Plugin-Mercurial",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Dist::Zilla::Plugin::Mercurial",
  "PREREQ_PM" => {
    "Dist::Zilla" => 3,
    "File::Slurp" => 0,
    "IPC::System::Simple" => 0,
    "Moose" => 0,
    "autodie" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Kwalitee" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "0.08",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Dist::Zilla" => 3,
  "ExtUtils::MakeMaker" => 0,
  "File::Slurp" => 0,
  "IPC::System::Simple" => 0,
  "Moose" => 0,
  "Test::Kwalitee" => 0,
  "Test::More" => "0.88",
  "autodie" => 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);