AI-PredictionClient
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
my %WriteMakefileArgs = (
"ABSTRACT" => "A Perl Prediction client for Google TensorFlow Serving.",
"AUTHOR" => "Tom Stall <stall\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"AI::PredictionClient::Alien::TensorFlowServingProtos" => "0.05",
"Alien::Google::GRPC" => "0.06",
"ExtUtils::MakeMaker" => 0,
"Inline" => 0,
"Inline::CPP" => 0,
"Inline::MakeMaker" => 0
},
"DISTNAME" => "AI-PredictionClient",
"EXE_FILES" => [
"bin/Inception.pl"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "AI::PredictionClient",
"PREREQ_PM" => {
"AI::PredictionClient::Alien::TensorFlowServingProtos" => 0,
"Alien::Google::GRPC" => 0,
"Cwd" => 0,
"Data::Dumper" => 0,
"Inline" => 0,
"JSON" => 0,
"MIME::Base64" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"MooX::Options" => 0,
"Perl6::Form" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "0.05",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"AI::PredictionClient::Alien::TensorFlowServingProtos" => 0,
"Alien::Google::GRPC" => 0,
"Cwd" => 0,
"Data::Dumper" => 0,
"Inline" => 0,
"JSON" => 0,
"MIME::Base64" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"MooX::Options" => 0,
"Perl6::Form" => 0,
"Test::More" => 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);
( run in 1.575 second using v1.01-cache-2.11-cpan-98e64b0badf )