Connector

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "Config::Merge" : "0",
            "Config::Std" : "0",
            "DBD::SQLite" : "0",
            "DBI" : "0",
            "ExtUtils::MakeMaker" : "6.59",
            "IO::Socket::SSL" : "0",
            "JSON" : "0",
            "LWP::Protocol::https" : "0",
            "LWP::UserAgent" : "0",
            "Proc::SafeExec" : "0",
            "Syntax::Keyword::Try" : "0",
            "Template" : "0",
            "Test::More" : "0",
            "YAML" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"

lib/Connector/Role/SSLUserAgent.pm  view on Meta::CPAN

package Connector::Role::SSLUserAgent;
use Moose::Role;
use Data::Dumper;
use LWP::UserAgent;

has timeout => (
    is => 'rw',
    isa => 'Int',
    required => 0,
    default => 10,
    );

has proxy => (
    is => 'rw',

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.144 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )