Result:
Your query is still running in background...Search in progress... at this time found 17 distributions and 60 files matching your query.
Next refresh should show more results. ( run in 4.425 )


AI-CleverbotIO

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0.070",
            "IO::Socket::SSL" : "1.56",
            "JSON::PP" : "0",
            "Log::Any" : "1.045",
            "Moo" : "2.003000",
            "Net::SSLeay" : "1.49",
            "Ouch" : "0.0410",

 view all matches for this distribution


AI-MXNet-Gluon-ModelZoo

 view release on metacpan or  search on metacpan

examples/image_classification.pl  view on Meta::CPAN

my @text_labels = map { chomp; s/^\S+\s+//; $_ } IO::File->new($fname)->getlines;

## get the image from the disk or net
if($image =~ /^https/)
{
    eval { require IO::Socket::SSL; };
    die "Need to have IO::Socket::SSL installed for https images" if $@;
}
$image = $image =~ /^https?/ ? download($image) : $image;

# Following the conventional way of preprocessing ImageNet data:
# Resize the short edge into 256 pixes,

 view all matches for this distribution


API-Eulerian

 view release on metacpan or  search on metacpan

lib/API/Eulerian/EDW/Request.pm  view on Meta::CPAN

#
# Import LWP::UserAgent
#
use LWP::UserAgent;
#
# Import IO::Socket::SSL
#
use IO::Socket::SSL;
#
# Import HTTP::Status
#
use HTTP::Status qw( :constants :is status_message );
#

 view all matches for this distribution


API-MailboxOrg

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Release history for API::MailboxOrg
===================================

1.0.2   2022-03-21 06:34:00

  * Update dependency list: add IO::Socket::SSL

1.0.1   2022-03-18 12:53:00

  * fix list of dependencies (#2, thanks Slaven @eserte)
  * Handle boolean and array parameters (#1)

 view all matches for this distribution


API-MikroTik

 view release on metacpan or  search on metacpan

t/mikrotik.t  view on Meta::CPAN

);

# check connection
$api->tls(1);
my $res = $api->cmd('/resp');
like $api->error, qr/IO::Socket::SSL/, 'connection error';
$api->tls(0);

# check login
$api->password('');
$res = $api->cmd('/resp');

 view all matches for this distribution


ASNMTAP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

                               - version update DateTime::Format::Epoch:       0.11
                               - version update Email::Simple:                 2.003
                               - version update Getopt::Long:                  2.37
                               - version update HTTP::Daemon::SSL:             1.04
                               - version update IO::CaptureOutput:             1.0801
                               - version update IO::Socket::SSL:               1.13
                               - version added  IO::String                     1.08
                               - version update Mail::POP3Client:              2.18
                               - version update Net::IMAP::Simple:             1.17
                               - version update Net::SSLeay:                   1.32
                               - version update Proc::ProcessTable:            0.42

 view all matches for this distribution


AWS-IP

 view release on metacpan or  search on metacpan

lib/AWS/IP.pm  view on Meta::CPAN

use JSON::XS;
use File::Temp 'tempdir';
use Net::CIDR::Set;

# required by HTTP::Tiny for https
use IO::Socket::SSL 1.56;
use Net::SSLeay 1.49;

use constant CACHE_KEY => 'AWS_IPS';

our $VERSION = 0.04;

 view all matches for this distribution



AWS-Networks

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

name: AWS-Networks
requires:
  DateTime: '0'
  File::Slurp: '0'
  HTTP::Tiny: '0'
  IO::Socket::SSL: '0'
  JSON: '0'
  Moose: '0'
  Net::CIDR::Set: '0'
version: '0.01'

 view all matches for this distribution


Acme-Alien-DontPanic

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "requires" : {
         "share" : {
            "Archive::Tar" : "0",
            "Config" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Mojo::DOM58" : "1.00",
            "Mozilla::CA" : "0",
            "Net::SSLeay" : "1.49",
            "Sort::Versions" : "0",

 view all matches for this distribution


Acme-Alien-DontPanic2

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "requires" : {
         "share" : {
            "Archive::Tar" : "0",
            "Config" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Mojo::DOM58" : "1.00",
            "Mozilla::CA" : "0",
            "Net::SSLeay" : "1.49",
            "Sort::Versions" : "0",

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2011

 view release on metacpan or  search on metacpan

lib/Acme/CPANLists/Import/PerlAdvent/2011.pm  view on Meta::CPAN

package Acme::CPANLists::Import::PerlAdvent::2011;

our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.001'; # VERSION

our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2011/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"ExtUtils::MakeMaker"},{module=>"Modu...

1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2011

__END__

 view all matches for this distribution


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