AI-PredictionClient

 view release on metacpan or  search on metacpan

lib/AI/PredictionClient/Predict.pm  view on Meta::CPAN

use strict;
use warnings;
package AI::PredictionClient::Predict;
$AI::PredictionClient::Predict::VERSION = '0.05';

# ABSTRACT: The Predict service client

use Moo;
with 'AI::PredictionClient::Roles::PredictionRole',
  'AI::PredictionClient::Roles::PredictRole';
1;

__END__

=pod

=encoding UTF-8

=head1 NAME

AI::PredictionClient::Predict - The Predict service client

=head1 VERSION

version 0.05

=head1 AUTHOR

Tom Stall <stall@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Tom Stall.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 0.972 second using v1.01-cache-2.11-cpan-39bf76dae61 )