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

use 5.006;

use ExtUtils::MakeMaker 6.17;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Creates an evil twin of a CPAN distribution",
  "AUTHOR" => "David Golden <dagolden\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.17"
  },
  "DISTNAME" => "Dist-Zilla-Plugin-Doppelgaenger",
  "EXE_FILES" => [],
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Dist::Zilla::Plugin::Doppelgaenger",
  "PREREQ_PM" => {
    "Archive::Extract" => 0,
    "Dist::Zilla::File::InMemory" => 5,
    "Dist::Zilla::Role::AfterRelease" => 0,
    "Dist::Zilla::Role::FileGatherer" => 0,
    "Dist::Zilla::Role::FileMunger" => 0,
    "Dist::Zilla::Role::TextTemplate" => 0,
    "File::Find::Rule" => 0,
    "File::pushd" => 0,
    "HTTP::Tiny" => 0,
    "JSON" => 0,
    "Moose" => 0,
    "MooseX::Types::Path::Class" => 0,
    "MooseX::Types::Perl" => 0,
    "MooseX::Types::URI" => 0,
    "Path::Class" => 0,
    "Pod::Strip" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.008",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Archive::Extract" => 0,
  "Dist::Zilla::File::InMemory" => 5,
  "Dist::Zilla::Role::AfterRelease" => 0,
  "Dist::Zilla::Role::FileGatherer" => 0,
  "Dist::Zilla::Role::FileMunger" => 0,
  "Dist::Zilla::Role::TextTemplate" => 0,
  "ExtUtils::MakeMaker" => "6.17",
  "File::Find::Rule" => 0,
  "File::Spec" => 0,
  "File::pushd" => 0,
  "HTTP::Tiny" => 0,
  "JSON" => 0,
  "Moose" => 0,
  "MooseX::Types::Path::Class" => 0,
  "MooseX::Types::Perl" => 0,
  "MooseX::Types::URI" => 0,
  "Path::Class" => 0,
  "Pod::Strip" => 0,
  "Test::More" => 0,
  "namespace::autoclean" => 0,
  "strict" => 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);