AsposeThreeDCloud-ThreeDCloudApi

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

                        'strict' => 0,
                                        'warnings' => 0,
                                        'utf8' => 0,
                                        'Log::Any' => 0,
                                        'Carp' => 0,
                                        'utf8' => 0,
                                        'MIME::Base64' => 0,
                                        'LWP::UserAgent' => 0,
                                        'HTTP::Headers' => 0,
                                        'HTTP::Response' => 0,
                                        'HTTP::Request::Common' => 0,
                                        'HTTP::Status' => 0,
                                        'URI::Query' => 0,
                                        'JSON' => 0,
                                        'URI::Escape' => 0,
                                        'Scalar::Util' => 0,
                                        'Module::Runtime' => 0,
                                        'Digest::HMAC_SHA1' => 0,
                                        'Exporter' => 0,
                                        'Carp' => 0,
                                        'File::Slurp' => 0,

META.json  view on Meta::CPAN

      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Data::Dumper" : "0",
            "Date::Parse" : "0",
            "DateTime" : "0",
            "Digest::HMAC_SHA1" : "0",
            "Exporter" : "0",
            "File::Slurp" : "0",
            "HTTP::Headers" : "0",
            "HTTP::Request::Common" : "0",
            "HTTP::Response" : "0",
            "HTTP::Status" : "0",
            "JSON" : "0",
            "LWP::UserAgent" : "0",
            "Log::Any" : "0",
            "MIME::Base64" : "0",
            "Module::Runtime" : "0",
            "Scalar::Util" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0.10",

META.yml  view on Meta::CPAN

    - inc
requires:
  Carp: '0'
  Data::Dumper: '0'
  Date::Parse: '0'
  DateTime: '0'
  Digest::HMAC_SHA1: '0'
  Exporter: '0'
  File::Slurp: '0'
  HTTP::Headers: '0'
  HTTP::Request::Common: '0'
  HTTP::Response: '0'
  HTTP::Status: '0'
  JSON: '0'
  LWP::UserAgent: '0'
  Log::Any: '0'
  MIME::Base64: '0'
  Module::Runtime: '0'
  Scalar::Util: '0'
  Test::Exception: '0'
  Test::More: '0.10'

Makefile.PL  view on Meta::CPAN

  'ABSTRACT' =>'Aspose.3D Cloud SDK',
  'AUTHOR' =>'Aspose.Cloud',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Data::Dumper' => 0,
                   'Date::Parse' => 0,
                   'DateTime' => 0,
                   'Digest::HMAC_SHA1' => 0,
                   'Exporter' => 0,
                   'HTTP::Headers' => 0,
                   'HTTP::Request::Common' => 0,
                   'HTTP::Response' => 0,
                   'HTTP::Status' => 0,
                   'JSON' => 0,
                   'LWP::UserAgent' => 0,
                   'Log::Any' => 0,
                   'MIME::Base64' => 0,
                   'Module::Runtime' => 0,
                   'Scalar::Util' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => '0.10',

lib/AsposeThreeDCloud/ApiClient.pm  view on Meta::CPAN

package AsposeThreeDCloud::ApiClient;

use strict;
use warnings;
use utf8;

use MIME::Base64;
use LWP::UserAgent;
use HTTP::Headers;
use HTTP::Response;
use HTTP::Request::Common qw(DELETE POST GET HEAD PUT);
use HTTP::Status;
use URI::Query;
use JSON;
use URI::Escape;
use Scalar::Util;
use Log::Any qw($log);
use Carp;
use Module::Runtime qw(use_module);

use AsposeThreeDCloud::Configuration;



( run in 0.558 second using v1.01-cache-2.11-cpan-de7293f3b23 )