AI-PredictionClient-Alien-TensorFlowServingProtos

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Alien::Google::GRPC" : "0.06",
            "Archive::Extract" : "0",
            "Env" : "0",
            "ExtUtils::MakeMaker" : "6.52",
            "File::Copy" : "0",
            "File::Copy::Recursive" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41",
            "Test::Spelling" : "0.12"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0",
            "base" : "0",
            "perl" : "5.01",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "AI::PredictionClient::Alien::TensorFlowServingProtos" : {
         "file" : "lib/AI/PredictionClient/Alien/TensorFlowServingProtos.pm",
         "version" : "0.05"
      }
   },
   "release_status" : "stable",

META.yml  view on Meta::CPAN

---
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'
  ExtUtils::MakeMaker: '6.52'
  Test::More: '0'
configure_requires:
  Alien::Build: '0.40'
  Alien::Build::MM: '0.40'
  Alien::Google::GRPC: '0.06'
  Archive::Extract: '0'
  Env: '0'
  ExtUtils::MakeMaker: '6.52'
  File::Copy: '0'
  File::Copy::Recursive: '0'
dynamic_config: 1

Makefile.PL  view on Meta::CPAN

  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "AI::PredictionClient::Alien::TensorFlowServingProtos",
  "PREREQ_PM" => {
    "Alien::Base" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.05",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Alien::Base" => 0,
  "Alien::Build" => "0.40",
  "Alien::Build::MM" => "0.40",
  "ExtUtils::MakeMaker" => "6.52",
  "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

cpanfile  view on Meta::CPAN

requires "strict" => "0";
requires "warnings" => "0";

on 'build' => sub {
  requires "Alien::Build" => "0.40";
  requires "Alien::Build::MM" => "0.40";
  requires "ExtUtils::MakeMaker" => "6.52";
};

on 'test' => sub {
  requires "Test::More" => "0";
};

on 'configure' => sub {
  requires "Alien::Build" => "0.40";
  requires "Alien::Build::MM" => "0.40";
  requires "Alien::Google::GRPC" => "0.06";
  requires "Archive::Extract" => "0";
  requires "Env" => "0";
  requires "ExtUtils::MakeMaker" => "6.52";
  requires "File::Copy" => "0";
  requires "File::Copy::Recursive" => "0";
};

on 'develop' => sub {
  requires "Test::Pod" => "1.41";
  requires "Test::Spelling" => "0.12";
};

dist.ini  view on Meta::CPAN


[CPANFile]
[MetaJSON]
[MetaProvides::Package]

[ReadmeAnyFromPod]
type = pod
filename = README.pod
location = root

[Test::PodSpelling]
stopword = TensorFlow
stopword = gRPC
stopword = protofiles
stopword = MultiInference
stopword = protos

[PodSyntaxTests]

[CheckChangeLog]

[PruneCruft]

[GithubMeta]

[Clean]

lib/AI/PredictionClient/Alien/TensorFlowServingProtos.pm  view on Meta::CPAN

If not, the following dependencies need to be installed.

 $ [sudo] apt-get install build-essential make g++

See the Alien::Google::GRPC for potential additional build dependencies.

At this time only Linux builds are supported.

=cut

=head2 CPAN Testers Note

This module may fail CPAN Testers' tests. 
The build support tools needed by this module and especially the 
Alien::Google::GRPC module are normally installed on the 
CPAN Testers' machines, but not always.

The system build tools dependencies have been reduced, so hopefully 
a large number of machines will build without manually installing 
system dependencies.

=cut

=head1 AUTHOR

Tom Stall stall@cpan.org

t/00load.t  view on Meta::CPAN

## no critic(RCS,VERSION,explicit,Module)
use strict;
use warnings;

use Test::More;

BEGIN {
    use_ok('AI::PredictionClient::Alien::TensorFlowServingProtos');
}
ok( 1, 'AI::PredictionClient::Alien::TensorFlowServingProtos.' );
done_testing();


t/author-pod-spell.t  view on Meta::CPAN


BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use strict;
use warnings;
use Test::More;

# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007004
use Test::Spelling 0.12;
use Pod::Wordlist;


add_stopwords(<DATA>);
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
AI
Alien
MultiInference
PredictionClient

t/author-pod-syntax.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use strict; use warnings;
use Test::More;
use Test::Pod 1.41;

all_pod_files_ok();

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.317 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )