Group
Extension

Matches 35358

Statistics-Covid ( B/BL/BLIAKO/Statistics-Covid-0.23.tar.gz, BLIAKO, 2020; MetaCPAN )
Statistics-Covid/script/statistics-covid-fetch-data-and-store.pl ( view source; MetaCPAN )
 count of Datum records from the database.\n"; exit(1) }

# fetch all the data available (posibly json), process it,
# create Datum objects, store it in DB and return an array 
# of the Datum objects 
type (SQLite or MySQL), and DB connection options. The example configuration at 't/example-config.json' can be used as a quick start. Make a copy if that file and do not modify that file directly as t
ave or don't save data to files (json and pl hashtables). Default is ".($do_save_to_file?"yes":"no").".]\n"
	. "[--(no)save-to-db : save or don't save data to DB (json and pl hashtables). Default is "
Statistics-Covid ( B/BL/BLIAKO/Statistics-Covid-0.23.tar.gz, BLIAKO, 2020; MetaCPAN )
Statistics-Covid/script/db-dump-schema.pl ( view source; MetaCPAN )
 <<'EXA'
db-search-and-make-new-db.pl --config-file-source config/config.json --config-file-destination config/destination.json --tablename 'Datum' --conditions "{'name'=>'Hackney'}" --attributes "{'r
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Endpoint.pm ( view source; MetaCPAN )
e::SSLLabs::EndpointDetails();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    if ( defined $self->{details} ) {
        $self->{details} =
          WebSer
API-Client ( A/AW/AWNCORP/API-Client-0.12.tar.gz, AWNCORP, 2020; MetaCPAN )
API-Client/lib/API/Client.pm ( view source; MetaCPAN )
_) for @{$self->headers};
  } else {
    $tx->req->headers->header('Content-Type' => 'application/json');
  }

  return $self;
}

method set_identity($ua, $tx, %args) {
  $tx->req->headers->header('Us
::Client->new(url => 'https://httpbin.org');

  # $client->resource('post');

  # $client->update(json => {...});

=cut

=head1 DESCRIPTION

This package provides an abstraction and method for rapidly
ient->resource('post')->create(
    json => {active => 1}
  );

  # is equivalent to

  my $tx2 = $client->resource('post')->dispatch(
    method => 'post',
    json => {active => 1}
  );

  [$tx1, $t
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Protocol.pm ( view source; MetaCPAN )
ol;

use strict;
use warnings;

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub id {
    my ($self) = @_;
    r
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Key.pm ( view source; MetaCPAN )
ey;

use strict;
use warnings;

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub strength {
    my ($self) = @_;
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Info.pm ( view source; MetaCPAN )
fo;

use strict;
use warnings;

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub version {
    my ($self) = @_;
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/StatusCodes.pm ( view source; MetaCPAN )
es;

use strict;
use warnings;

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub status_details {
    my ($self)
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Suites.pm ( view source; MetaCPAN )
 WebService::SSLLabs::Suite();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    if ( defined $self->{list} ) {
        my @suites = 
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Simulation.pm ( view source; MetaCPAN )
Service::SSLLabs::SimClient();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    $self->{client} = WebService::SSLLabs::SimClient->ne
App-Jiffy ( L/LJ/LJR/App-Jiffy-0.09.tar.gz, LJR, 2020; MetaCPAN )
App-Jiffy/lib/App/Jiffy.pm ( view source; MetaCPAN )
w::Timesheet;
use App::Jiffy::Util::Duration qw/round/;

use YAML::Any qw( LoadFile );
use JSON::MaybeXS 'JSON';

use Getopt::Long;
Getopt::Long::Configure("pass_through");

use Moo;

has cfg => (
  i
duration ) ); $_ } @entries;
  }

  if ( $options->{json} ) {
    my $json = JSON::MaybeXS->new( pretty => 1, convert_blessed => 1 );
    print $json->encode( \@entries );
  } else {
    $options->{fr
ntries Found\n";
    return;
  }

  if ( $options->{json} ) {
    my $json = JSON::MaybeXS->new( pretty => 1, convert_blessed => 1 );
    print $json->encode( \@entries );
  } else {
    $options->{fr
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Host.pm ( view source; MetaCPAN )
bService::SSLLabs::Endpoint();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    if ( defined $self->{endpoints} ) {
        my @endpoints = @{ $self->{endpoi
Masscan-Scanner ( A/AV/AVERNA/Masscan-Scanner-20200329.150259.tar.gz, AVERNA, 2020; MetaCPAN )
Masscan-Scanner/lib/Masscan/Scanner.pm ( view source; MetaCPAN )
ured qw(:all);
use Carp;
use File::Spec;
use File::Temp;
use IPC::Open3;
use Symbol 'gensym';
use JSON;
use Net::DNS;
use Data::Validate::IP qw(is_ipv4 is_ipv6);
use Data::Validate::Domain qw(is_domai
n_results
{
    my $self = shift;
    my $cmd  = $self->command_line;
    my $sres = $self->_from_json($self->_slurp_file($self->scan_results_file));
    my %up_hosts;

    $self->logger->warn("No res
rn $str;
}

# internal method _from_json
# Does what it implies. Will convert JSON format into a Perl data structure.
#
# Returns Perl data structure.
sub _from_json
{
    my $self = shift;
    my $da
Serge-Sync-Plugin-TranslationService-weblate ( D/DR/DRAGOSV/Serge-Sync-Plugin-TranslationService-weblate-0.900.6.tar.gz, DRAGOSV, 2020; MetaCPAN )
Serge-Sync-Plugin-TranslationService-weblate/lib/Serge/Sync/Plugin/TranslationService/weblate.pm ( view source; MetaCPAN )
Runner;

use strict;

use File::Find qw(find);
use File::Spec::Functions qw(catfile abs2rel);
use JSON -support_by_pp; # -support_by_pp is used to make Perl on Mac happy
use Serge::Util qw(subst_macro
    my $json_components = $self->run_weblate_cli('--format json list-components '.$self->{data}->{project}, 1);

    my $json_components_tree = $self->parse_json($json_components);
    my $json_compon
ents_list = $self->parse_list($json_components_tree);
    my @components = map { $_->{slug} } @$json_components_list;

    my %translations = ();

    my %langs_hash = map { $_ => 1 } @$langs;

    fo
Regexp-Pattern ( P/PE/PERLANCAR/Regexp-Pattern-0.2.14.tar.gz, PERLANCAR, 2020; MetaCPAN )
Regexp-Pattern/lib/Regexp/Pattern.pm ( view source; MetaCPAN )
d import
     'Example::re3' => (variant => 'B'),  # supply generator arguments
     'JSON::*' => (-prefix => 'json_'),   # add prefix
     'License::*' => (
       # filtering options
       -has_tag
Catmandu-Validator-JSONSchema ( N/NJ/NJFRANCK/Catmandu-Validator-JSONSchema-0.15.tar.gz, NJFRANCK, 2020; MetaCPAN )
Catmandu-Validator-JSONSchema/lib/Catmandu/Validator/JSONSchema.pm ( view source; MetaCPAN )
package Catmandu::Validator::JSONSchema;
use Catmandu::Sane;
use Moo;
use Catmandu::Util qw(:is :check);
use JSON::Validator;

our $VERSION = "0.15";

with qw(Catmandu::Validator);

has schema => (
  


has _validator => (
    is => 'ro',
    lazy => 1,
    builder => sub {
        my $validator = JSON::Validator->new;
        $validator->schema($_[0]->schema);
        $validator;
    }
);

sub val
:Validator::JSONSchema - An implementation of Catmandu::Validator to support JSON Schema

=begin markdown

# STATUS

[![Build Status](https://travis-ci.org/LibreCat/Catmandu-Validator-JSONSchema.svg?b
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Chain.pm ( view source; MetaCPAN )
Service::SSLLabs::ChainCert();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    if ( defined $self->{certs} ) {
        my @certs = 
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/EndpointDetails.pm ( view source; MetaCPAN )
Service::SSLLabs::DrownHost();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    $self->{key}  = WebService::SSLLabs::Key->new( $self
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/DrownHost.pm ( view source; MetaCPAN )
st;

use strict;
use warnings;

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub ip {
    my ($self) = @_;
    r
WebService-SSLLabs ( D/DD/DDICK/WebService-SSLLabs-0.33.tar.gz, DDICK, 2020; MetaCPAN )
WebService-SSLLabs/lib/WebService/SSLLabs/Cert.pm ( view source; MetaCPAN )
rict;
use warnings;
use URI();

our $VERSION = '0.33';

sub new {
    my ( $class, $json ) = @_;
    my $self = $json;
    bless $self, $class;
    return $self;
}

sub alt_names {
    my ($self) = @_

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.