AI-PredictionClient
view release on metacpan or search on metacpan
## no critic(RCS,VERSION,explicit,Module)
use strict;
use warnings;
use Test::More;
BEGIN {
use_ok('AI::PredictionClient::CPP::PredictionGrpcCpp');
}
ok( 1, 'AI::PredictionClient::CPP::PredictionGrpcCpp loaded.' );
done_testing();
( run in 0.863 second using v1.01-cache-2.11-cpan-39bf76dae61 )