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

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Builds C++ client library for TensorFlow Serving.",
  "AUTHOR" => "Tom Stall <stall\@cpan.org>",
  "BUILD_REQUIRES" => {
    "Alien::Build" => "0.40",
    "Alien::Build::MM" => "0.40",
    "Alien::Google::GRPC" => 0,
    "Archive::Extract" => 0,
    "Env" => 0,
    "ExtUtils::MakeMaker" => "6.52",
    "File::Copy" => 0,
    "File::Copy::Recursive" => 0
  },
  "CONFIGURE_REQUIRES" => {
    "Alien::Build" => "0.40",
    "Alien::Build::MM" => "0.40",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME" => "AI-PredictionClient-Alien-TensorFlowServingProtos",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "AI::PredictionClient::Alien::TensorFlowServingProtos",
  "PREREQ_PM" => {
    "Alien::Base" => 0,
    "Alien::Google::GRPC" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Alien::Base" => 0,
  "Alien::Build" => "0.40",
  "Alien::Build::MM" => "0.40",
  "Alien::Google::GRPC" => 0,
  "Archive::Extract" => 0,
  "Env" => 0,
  "ExtUtils::MakeMaker" => "6.52",
  "File::Copy" => 0,
  "File::Copy::Recursive" => 0,
  "Test::More" => 0,
  "base" => 0,
  "strict" => 0,
  "warnings" => 0
);


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild


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);


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
sub MY::postamble {
  $abmm->mm_postamble;
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild