The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.008001; 1}) {
    print "Perl 5.008001 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.25.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"           => "Compare parts of JSON string to data structure using JSON pointers VERSION",
  "AUTHOR"             => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME"         => "Test2-Tools-JSON-Pointer",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME"             => "Test2::Tools::JSON::Pointer",
  "PM"               => {
    "lib/Test2/Compare/JSON/Pointer.pm" => "\$(INST_LIB)/Test2/Compare/JSON/Pointer.pm",
    "lib/Test2/Tools/JSON/Pointer.pm"   => "\$(INST_LIB)/Test2/Tools/JSON/Pointer.pm"
  },
  "PREREQ_PM" => {
    "JSON::MaybeXS"         => 0,
    "JSON::Pointer"         => 0,
    "Test2::Compare::Base"  => "0.000060",
    "Test2::Util::HashBase" => "1.302015",
    "parent"                => 0
  },
  "TEST_REQUIRES" => {
    "Test2::Require::Module" => "0.000060",
    "Test2::Util::Table"     => "0.000060",
    "Test2::V0"              => "0.000060"
  },
  "VERSION" => "0.01",
  "test"    => {
    "TESTS" => "t/*.t"
    }
);

my %FallbackPrereqs = (
  "JSON::MaybeXS"          => 0,
  "JSON::Pointer"          => 0,
  "Test2::Compare::Base"   => "0.000060",
  "Test2::Require::Module" => "0.000060",
  "Test2::Util::HashBase"  => "1.302015",
  "Test2::Util::Table"     => "0.000060",
  "Test2::V0"              => "0.000060",
  "parent"                 => 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);