AI-XGBoost

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;

use Module::Build 0.28;


my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.28"
  },
  "configure_requires" => {
    "Module::Build" => "0.28"
  },
  "dist_abstract" => "Perl wrapper for XGBoost library L<https://github.com/dmlc/xgboost>",
  "dist_author" => [
    "Pablo Rodr\x{ed}guez Gonz\x{e1}lez <pablo.rodriguez.gonzalez\@gmail.com>"
  ],
  "dist_name" => "AI-XGBoost",
  "dist_version" => "0.11",
  "license" => "apache",
  "module_name" => "AI::XGBoost",

META.json  view on Meta::CPAN

      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "AI-XGBoost",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Pod::Weaver" : "0",
            "Pod::Weaver::Section::Contributors" : "0",
            "Test::Pod" : "1.41",

META.yml  view on Meta::CPAN

---
abstract: 'Perl wrapper for XGBoost library L<https://github.com/dmlc/xgboost>'
author:
  - 'Pablo Rodríguez González <pablo.rodriguez.gonzalez@gmail.com>'
build_requires:
  Module::Build: '0.28'
  Test::More: '0'
  Test::Most: '0'
configure_requires:
  Module::Build: '0.28'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
license: apache
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: AI-XGBoost
requires:
  Alien::XGBoost: '0'



( run in 0.339 second using v1.01-cache-2.11-cpan-283623ac599 )