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.014000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "generates Type::Tiny types out of JSON schemas",
  "AUTHOR" => "Yanick Champoux <yanick\@babyl.dyndns.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "JSON-Schema-AsType",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "JSON::Schema::AsType",
  "PREREQ_PM" => {
    "Clone" => 0,
    "JSON" => 0,
    "LWP::Simple" => 0,
    "List::AllUtils" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util" => 0,
    "MooseX::ClassAttribute" => 0,
    "MooseX::MungeHas" => 0,
    "Path::Tiny" => "0.062",
    "Scalar::Util" => 0,
    "Type::Library" => 0,
    "Type::Tiny" => 0,
    "Type::Tiny::Class" => 0,
    "Type::Utils" => 0,
    "Types::Standard" => 0,
    "URI" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Exporter" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Path::Tiny" => "0.062",
    "Test::Deep" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "lib" => 0,
    "parent" => 0
  },
  "VERSION" => "0.4.3",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Clone" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "JSON" => 0,
  "LWP::Simple" => 0,
  "List::AllUtils" => 0,
  "List::MoreUtils" => 0,
  "List::Util" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util" => 0,
  "MooseX::ClassAttribute" => 0,
  "MooseX::MungeHas" => 0,
  "Path::Tiny" => "0.062",
  "Scalar::Util" => 0,
  "Test::Deep" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Type::Library" => 0,
  "Type::Tiny" => 0,
  "Type::Tiny::Class" => 0,
  "Type::Utils" => 0,
  "Types::Standard" => 0,
  "URI" => 0,
  "lib" => 0,
  "parent" => 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);