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

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Code::TidyAll plugin to tidy Python code via yapf",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Code-TidyAll-Plugin-YAPF",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Code::TidyAll::Plugin::YAPF",
  "PREREQ_PM" => {
    "Code::TidyAll::Plugin" => 0,
    "IPC::Run3" => 0,
    "Moo" => 0,
    "Try::Tiny" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Code::TidyAll::Plugin::PerlTidy" => 0,
    "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003",
    "Code::TidyAll::Plugin::UniqueLines" => "0.000003",
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::Code::TidyAll" => "0.49",
    "Test::More" => 0,
    "blib" => "1.01"
  },
  "VERSION" => "0.000002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Code::TidyAll::Plugin" => 0,
  "Code::TidyAll::Plugin::PerlTidy" => 0,
  "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003",
  "Code::TidyAll::Plugin::UniqueLines" => "0.000003",
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "IPC::Run3" => 0,
  "Moo" => 0,
  "Test::Code::TidyAll" => "0.49",
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "blib" => "1.01",
  "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);