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

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "ETL with a Shell",
  "AUTHOR" => "Doug Bell <preaction\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "ETL-Yertl",
  "EXE_FILES" => [
    "bin/yfrom",
    "bin/ygrok",
    "bin/ymask",
    "bin/yq",
    "bin/ysql",
    "bin/yto",
    "bin/yts"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "ETL::Yertl",
  "PREREQ_PM" => {
    "Data::Partial::Google" => 0,
    "File::HomeDir" => 0,
    "File::Spec" => 0,
    "Getopt::Long" => "2.36",
    "Hash::Merge::Simple" => 0,
    "IO::Interactive" => 0,
    "Import::Base" => "0.010",
    "JSON::MaybeXS" => 0,
    "List::Util" => "1.29",
    "Module::Runtime" => 0,
    "Net::Async::HTTP" => 0,
    "Path::Tiny" => "0.072",
    "Pod::Usage::Return" => 0,
    "Regexp::Common" => "2013031301",
    "SQL::Abstract" => 0,
    "Text::Trim" => 0,
    "Time::Piece" => 0,
    "URI" => 0,
    "YAML::Tiny" => 0,
    "boolean" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Dir::Self" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Future" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "JSON::PP" => 0,
    "Mock::MonkeyPatch" => 0,
    "Test::Deep" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::Lib" => 0,
    "Test::More" => "1.001005"
  },
  "VERSION" => "0.034",
  "test" => {
    "TESTS" => "t/*.t t/adapter/*.t t/bin/*.t t/command/ygrok/*.t t/command/ygrok/pattern/*.t t/command/yq/*.t t/format/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Data::Partial::Google" => 0,
  "Dir::Self" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "Future" => 0,
  "Getopt::Long" => "2.36",
  "Hash::Merge::Simple" => 0,
  "IO::Handle" => 0,
  "IO::Interactive" => 0,
  "IPC::Open3" => 0,
  "Import::Base" => "0.010",
  "JSON::MaybeXS" => 0,
  "JSON::PP" => 0,
  "List::Util" => "1.29",
  "Mock::MonkeyPatch" => 0,
  "Module::Runtime" => 0,
  "Net::Async::HTTP" => 0,
  "Path::Tiny" => "0.072",
  "Pod::Usage::Return" => 0,
  "Regexp::Common" => "2013031301",
  "SQL::Abstract" => 0,
  "Test::Deep" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::Lib" => 0,
  "Test::More" => "1.001005",
  "Text::Trim" => 0,
  "Time::Piece" => 0,
  "URI" => 0,
  "YAML::Tiny" => 0,
  "boolean" => 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);