WebService-Antigate
view release on metacpan or search on metacpan
#!/usr/bin/env perl
BEGIN {
$ENV{http_proxy} = $ENV{HTTP_PROXY} =
$ENV{https_proxy} = $ENV{HTTPS_PROXY} =
$ENV{all_proxy} = $ENV{ALL_PROXY} = undef;
}
use strict;
use Test::More;
use WebService::Antigate;
use Net::HTTP;
use IO::Socket;
#!/usr/bin/env perl
BEGIN {
$ENV{http_proxy} = $ENV{HTTP_PROXY} =
$ENV{https_proxy} = $ENV{HTTPS_PROXY} =
$ENV{all_proxy} = $ENV{ALL_PROXY} = undef;
}
use strict;
use Test::More;
use WebService::Antigate;
use Net::HTTP;
use IO::Socket;
use JSON::PP;
( run in 1.199 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )