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

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Tapper - Extended DPath functionality for Tapper reports",
  "AUTHOR" => "AMD OSRC Tapper Team <tapper\@amd64.org>, Tapper Team <tapper-ops\@amazon.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Tapper-Reports-DPath",
  "LICENSE" => "open_source",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Tapper::Reports::DPath",
  "PREREQ_PM" => {
    "CHI" => 0,
    "Cwd" => 0,
    "Data::DPath" => 0,
    "Data::DPath::Path" => 0,
    "Data::Dumper" => 0,
    "Data::Structure::Util" => 0,
    "DateTime" => 0,
    "File::ShareDir" => 0,
    "HTML::Mason" => 0,
    "JSON" => 0,
    "Module::Find" => "0.11",
    "Moose" => 0,
    "Sub::Exporter" => 0,
    "TAP::DOM" => 0,
    "Tapper::Model" => 0,
    "Tapper::Schema" => "5.0.5",
    "Template" => 0,
    "Template::Plugin::Autoformat" => 0,
    "Template::Stash" => 0,
    "Text::Balanced" => 0,
    "YAML::XS" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Class::C3" => 0,
    "MRO::Compat" => 0,
    "Tapper::Schema::TestTools" => 0,
    "Test::Deep" => 0,
    "Test::Fixture::DBIC::Schema" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "5.0.2",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CHI" => 0,
  "Class::C3" => 0,
  "Cwd" => 0,
  "Data::DPath" => 0,
  "Data::DPath::Path" => 0,
  "Data::Dumper" => 0,
  "Data::Structure::Util" => 0,
  "DateTime" => 0,
  "File::ShareDir" => 0,
  "HTML::Mason" => 0,
  "JSON" => 0,
  "MRO::Compat" => 0,
  "Module::Find" => "0.11",
  "Moose" => 0,
  "Sub::Exporter" => 0,
  "TAP::DOM" => 0,
  "Tapper::Model" => 0,
  "Tapper::Schema" => "5.0.5",
  "Tapper::Schema::TestTools" => 0,
  "Template" => 0,
  "Template::Plugin::Autoformat" => 0,
  "Template::Stash" => 0,
  "Test::Deep" => 0,
  "Test::Fixture::DBIC::Schema" => 0,
  "Test::More" => "0.88",
  "Text::Balanced" => 0,
  "YAML::XS" => 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);