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

use 5.010001;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Implementation for Unixish, a data transformation framework",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Data-Unixish",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Data::Unixish",
  "PREREQ_PM" => {
    "IPC::Cmd" => "0.52",
    "Log::Any" => 0,
    "Number::Format" => 0,
    "Number::Format::Metric" => 0,
    "Package::MoreUtil" => 0,
    "Rinci" => "1.1.67",
    "String::Pad" => 0,
    "Syntax::Feature::EachOnArray" => 0,
    "Text::ANSI::Util" => "0.06",
    "Text::WideChar::Util" => "0.03",
    "Text::sprintfn" => 0,
    "Tie::Simple" => 0,
    "Unixish" => "1.0.1",
    "experimental" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "File::Which" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "JSON" => 0,
    "String::ShellQuote" => 0,
    "Test::More" => "0.98"
  },
  "VERSION" => "1.48",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "File::Which" => 0,
  "IO::Handle" => 0,
  "IPC::Cmd" => "0.52",
  "IPC::Open3" => 0,
  "JSON" => 0,
  "Log::Any" => 0,
  "Number::Format" => 0,
  "Number::Format::Metric" => 0,
  "Package::MoreUtil" => 0,
  "Rinci" => "1.1.67",
  "String::Pad" => 0,
  "String::ShellQuote" => 0,
  "Syntax::Feature::EachOnArray" => 0,
  "Test::More" => "0.98",
  "Text::ANSI::Util" => "0.06",
  "Text::WideChar::Util" => "0.03",
  "Text::sprintfn" => 0,
  "Tie::Simple" => 0,
  "Unixish" => "1.0.1",
  "experimental" => 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);