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

use 5.008;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "CJM's plugins for Dist::Zilla",
  "AUTHOR" => "Christopher J. Madsen <perl\@cjmweb.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Dist-Zilla-Plugins-CJM",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Dist::Zilla::Plugins::CJM",
  "PREREQ_PM" => {
    "CPAN::Meta::Converter" => "2.101550",
    "CPAN::Meta::Requirements" => "2.121",
    "Data::Dumper" => 0,
    "Dist::Zilla" => "4.300009",
    "Dist::Zilla::Plugin::InlineFiles" => 0,
    "Dist::Zilla::Plugin::MakeMaker" => "4.300009",
    "File::Copy" => 0,
    "File::HomeDir" => "0.81",
    "File::Temp" => "0.19",
    "List::Util" => 0,
    "Module::Metadata" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Path::Class" => 0,
    "Scalar::Util" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0,
    "version" => "0.77"
  },
  "TEST_REQUIRES" => {
    "File::pushd" => 0,
    "Parse::CPAN::Meta" => 0,
    "Test::DZil" => 0,
    "Test::More" => "0.88",
    "Try::Tiny" => 0
  },
  "VERSION" => "4.26",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CPAN::Meta::Converter" => "2.101550",
  "CPAN::Meta::Requirements" => "2.121",
  "Data::Dumper" => 0,
  "Dist::Zilla" => "4.300009",
  "Dist::Zilla::Plugin::InlineFiles" => 0,
  "Dist::Zilla::Plugin::MakeMaker" => "4.300009",
  "ExtUtils::MakeMaker" => 0,
  "File::Copy" => 0,
  "File::HomeDir" => "0.81",
  "File::Temp" => "0.19",
  "File::pushd" => 0,
  "List::Util" => 0,
  "Module::Metadata" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Parse::CPAN::Meta" => 0,
  "Path::Class" => 0,
  "Scalar::Util" => 0,
  "Test::DZil" => 0,
  "Test::More" => "0.88",
  "Try::Tiny" => 0,
  "autodie" => 0,
  "namespace::autoclean" => 0,
  "version" => "0.77"
);


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