AsposeStorageCloud-StorageApi
view release on metacpan or search on metacpan
'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,
'MIME::Base64' => 0,
'Exporter' => 0,
'Carp' => 0,
"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",
"URI::Escape" : "0",
version: '1.03'
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'
URI::Escape: '0'
Makefile.PL view on Meta::CPAN
'VERSION_FROM' => 'lib/AsposeStorageCloud/StorageApi.pm',
'PREREQ_PM' => {
'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',
lib/AsposeStorageCloud/ApiClient.pm view on Meta::CPAN
package AsposeStorageCloud::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 Digest::HMAC_SHA1;
use MIME::Base64;
( run in 0.477 second using v1.01-cache-2.11-cpan-de7293f3b23 )