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

use 5.008;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Shell Out and collect the result in a DZ plug-in.",
  "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Dist-Zilla-Role-Tempdir",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Dist::Zilla::Role::Tempdir",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Digest::SHA" => "5.47",
    "Dist::Zilla" => "2.0",
    "Dist::Zilla::File::InMemory" => 0,
    "File::chdir" => "0.1002",
    "Moose" => "0.92",
    "Moose::Role" => 0,
    "MooseX::LazyRequire" => 0,
    "Path::Iterator::Rule" => 0,
    "Path::Tiny" => 0,
    "Scalar::Util" => 0,
    "namespace::autoclean" => "0.09",
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Dist::Zilla" => "2.0",
    "Dist::Zilla::File::FromCode" => 0,
    "Dist::Zilla::Role::FileInjector" => 0,
    "Dist::Zilla::Role::InstallTool" => 0,
    "Dist::Zilla::Tester" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.89"
  },
  "VERSION" => "1.001001",
  "test" => {
    "TESTS" => "t/*.t t/00-compile/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Digest::SHA" => "5.47",
  "Dist::Zilla" => "2.0",
  "Dist::Zilla::File::FromCode" => 0,
  "Dist::Zilla::File::InMemory" => 0,
  "Dist::Zilla::Role::FileInjector" => 0,
  "Dist::Zilla::Role::InstallTool" => 0,
  "Dist::Zilla::Tester" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "File::chdir" => "0.1002",
  "Moose" => "0.92",
  "Moose::Role" => 0,
  "MooseX::LazyRequire" => 0,
  "Path::Iterator::Rule" => 0,
  "Path::Tiny" => 0,
  "Scalar::Util" => 0,
  "Test::More" => "0.89",
  "namespace::autoclean" => "0.09",
  "strict" => 0,
  "utf8" => 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);