Alien-XGBoost

 view release on metacpan or  search on metacpan

t/20-xgboost_command.t  view on Meta::CPAN

#!/usr/bin/env perl -w

use strict;
use warnings;
use utf8;

use Test2::V0;
use Test::Alien;
use Alien::XGBoost;

alien_ok 'Alien::XGBoost';
run_ok('xgboost')->exit_is(0);

done_testing;



( run in 0.620 second using v1.01-cache-2.11-cpan-e93a5daba3e )