AI-XGBoost

 view release on metacpan or  search on metacpan

t/10-cast_arguments.t  view on Meta::CPAN

#!/usr/bin/env perl -w

use strict;
use warnings;
use utf8;

use Test::Most tests => 1;

=encoding utf8

=head1 NAME

Cast from native types to perl types back and fort

=head1 TESTS

=cut

BEGIN {
    use_ok('AI::XGBoost::CAPI::RAW');
}



( run in 0.540 second using v1.01-cache-2.11-cpan-0d23b851a93 )