# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.022. use strict; use warnings; use 5.016; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "search nested hashref/arrayref structures using JSONPath", "AUTHOR" => "Kit Peters ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "JSON-Path", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.016", "NAME" => "JSON::Path", "PREREQ_PM" => { "Carp" => 0, "Carp::Assert" => 0, "Exporter" => 0, "Exporter::Easy" => 0, "Exporter::Tiny" => 0, "JSON::MaybeXS" => 0, "LV" => 0, "List::Util" => "1.48", "Readonly" => 0, "Safe" => 0, "Scalar::Util" => 0, "Storable" => 0, "Sys::Hostname" => 0, "Try::Tiny" => 0, "base" => 0, "overload" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "JSON" => 0, "JSON::Parse" => 0, "Test2::V0" => 0, "Test::Deep" => 0, "Test::More" => 0, "Test::Most" => 0, "Tie::IxHash" => 0 }, "VERSION" => "0.5", "test" => { "TESTS" => "t/*.t t/evaluator/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "Carp::Assert" => 0, "Exporter" => 0, "Exporter::Easy" => 0, "Exporter::Tiny" => 0, "JSON" => 0, "JSON::MaybeXS" => 0, "JSON::Parse" => 0, "LV" => 0, "List::Util" => "1.48", "Readonly" => 0, "Safe" => 0, "Scalar::Util" => 0, "Storable" => 0, "Sys::Hostname" => 0, "Test2::V0" => 0, "Test::Deep" => 0, "Test::More" => 0, "Test::Most" => 0, "Tie::IxHash" => 0, "Try::Tiny" => 0, "base" => 0, "overload" => 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);