CloudHealth-API

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "CloudHealth-API",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "0",
            "JSON::MaybeXS" : "0",
            "Moo" : "0",
            "MooX::StrictConstructor" : "0",
            "Throwable::Error" : "0",
            "Type::Tiny" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0",

META.yml  view on Meta::CPAN

  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: apache
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: CloudHealth-API
requires:
  HTTP::Tiny: '0'
  IO::Socket::SSL: '0'
  JSON::MaybeXS: '0'
  Moo: '0'
  MooX::StrictConstructor: '0'
  Throwable::Error: '0'
  Type::Tiny: '0'
resources:
  bugtracker: https://github.com/pplu/cloudhealth-api-perl/issues
  repository: https://github.com/pplu/cloudhealth-api-perl.git
version: '0.01'
x_generated_by_perl: v5.28.0

Makefile.PL  view on Meta::CPAN

  "ABSTRACT" => "A REST API Client for the CloudHealth API",
  "AUTHOR" => "Jose Luis Martinez <jlmartinez\@capside.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "CloudHealth-API",
  "LICENSE" => "apache",
  "NAME" => "CloudHealth::API",
  "PREREQ_PM" => {
    "HTTP::Tiny" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::MaybeXS" => 0,
    "Moo" => 0,
    "MooX::StrictConstructor" => 0,
    "Throwable::Error" => 0,
    "Type::Tiny" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Exception" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "HTTP::Tiny" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::MaybeXS" => 0,
  "Moo" => 0,
  "MooX::StrictConstructor" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Throwable::Error" => 0,
  "Type::Tiny" => 0
);


cpanfile  view on Meta::CPAN

requires 'Moo';
requires 'MooX::StrictConstructor';
requires 'Type::Tiny';
requires 'Throwable::Error';
requires 'HTTP::Tiny';
requires 'JSON::MaybeXS';
requires 'IO::Socket::SSL';

on test => sub {
  requires 'Test::More';
  requires 'Test::Exception';
};



( run in 0.533 second using v1.01-cache-2.11-cpan-4d50c553e7e )