AsposeOcrCloud-OcrApi

 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,
					'MIME::Base64' => 0,
					'Exporter' => 0,
					'Carp' => 0,

META.json  view on Meta::CPAN

         "requires" : {
            "AsposeStorageCloud::StorageApi" : "0",
            "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",

META.yml  view on Meta::CPAN

requires:
  AsposeStorageCloud::StorageApi: '0'
  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

  'PREREQ_PM' => {
                   'AsposeStorageCloud::StorageApi' => 0,
                   '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/AsposeOcrCloud/ApiClient.pm  view on Meta::CPAN

package AsposeOcrCloud::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.474 second using v1.01-cache-2.11-cpan-de7293f3b23 )