Group
Extension

Matches 35359

Devel-Cover-Report-OwnServer ( P/PJ/PJFL/devel-cover-report-ownserver/Devel-Cover-Report-OwnServer-0.4.1.tar.gz, PJFL, 2016; MetaCPAN )
Devel-Cover-Report-OwnServer/lib/Devel/Cover/Report/OwnServer.pm ( view source; MetaCPAN )
printf '0.4.%d', q$Rev: 1 $ =~ /\d+/gmx );

use Getopt::Long;
use HTTP::Tiny;
use JSON::PP qw( decode_json encode_json );

my $URI_TEMPLATE = 'http://localhost:5000/coverage/report/%s';

# Private sub
Content-Type' => 'application/json' } );
   my $uri     = sprintf $config->{option}->{uri_template}, lc $dist;
   my $resp    = $http->post( $uri, { content => encode_json $report } );

   if ($resp->
{success}) {
      my $content = decode_json $resp->{content};

      print $content->{message}."\n";
   }
   else {
      warn 'Coverage upload status '.$resp->{status}.': '.$resp->{reason}."\n";
   
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/Image.pm ( view source; MetaCPAN )
heckioPerl::Client::Object::Image;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/GenericData.pm ( view source; MetaCPAN )
Perl::Client::Object::GenericData;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
Fabnewsru-Parser ( P/PA/PAVELSR/Fabnewsru-Parser-0.01.tar.gz, PAVELSR, 2016; MetaCPAN )
Fabnewsru-Parser/lib/Fabnewsru/Geo.pm ( view source; MetaCPAN )
url='https://geocode-maps.yandex.ru/1.x/?format=json&geocode=';
	my $ua = Mojo::UserAgent->new;
	my $longlat = $ua->get($base_url . $address)->res->json->{response}->{GeoObjectCollection}->{featureMem
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/CheckSummaryOfTheSubmittedDocument.pm ( view source; MetaCPAN )
heckSummaryOfTheSubmittedDocument;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON {
    my $self = shift;
    my $_data = {};
    fo
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key};
        if ($_type =~ /^array\[/i) { # array
         
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/TaskResponse.pm ( view source; MetaCPAN )
erl::Client::Object::TaskResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
Boolean-Converter ( K/KA/KARUPA/Boolean-Converter-0.01.tar.gz, KARUPA, 2016; MetaCPAN )
Boolean-Converter/lib/Boolean/Converter.pm ( view source; MetaCPAN )
ETHODS = (
    'JSON::PP'           => sub { $_[0] ? JSON::PP::true()          : JSON::PP::false()          },
    'JSON::XS'           => sub { $_[0] ? JSON::XS::true()          : JSON::XS::false()  
verter;

    my $converter = Boolean::Converter->new();

    my $booelan = $converter->convert_to(JSON::PP::true, 'Data::MessagePack');
    # => Data::MessagePack::true

=head1 DESCRIPTION

Boolean::C
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ErrorResponse.pm ( view source; MetaCPAN )
rl::Client::Object::ErrorResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/UserResponse.pm ( view source; MetaCPAN )
erl::Client::Object::UserResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ImageListResponse.pm ( view source; MetaCPAN )
Client::Object::ImageListResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
MobileDetect ( S/SE/SENGER/MobileDetect-1.21.tar.gz, SENGER, 2016; MetaCPAN )
MobileDetect/lib/MobileDetect.pm ( view source; MetaCPAN )
nghita/Mobile-Detect/blob/master/Mobile_Detect.json
#
use 5.006;
use strict;
no strict "subs";
use warnings FATAL => 'all';
no warnings qw/misc/;
use JSON;
use LWP::Protocol::https;
use LWP::UserAgent
;
use constant JSON_REMOTE_FILE 	=> 'https://raw.githubusercontent.com/serbanghita/Mobile-Detect/master/Mobile_Detect.json';
use constant JSON_LOCAL_FILE 	=> '/var/tmp/Mobile_Detect.json';
use constan
 detect_mobile_ua);

sub new {
	my($class, %args) = @_;
	my $self 		= bless({}, $class);
	my $json 		= JSON->new();
	my $filestamp	= 0;
	my $filesize	= 0; 
	my %hashfile;
	my $hash;
	
	if (-e HASH_LOC
Mojolicious-Command-generate-routes_restsful ( B/BY/BYTEROCK/Mojolicious-Command-generate-routes_restsful-0.02.tar.gz, BYTEROCK, 2016; MetaCPAN )
Mojolicious-Command-generate-routes_restsful/lib/Mojolicious/Command/generate/routes_restsful.pm ( view source; MetaCPAN )
ld').", Child_id=".$self->param('child_id'))
  #  if ($self->param('child'));
 
   $self->render( json => {'<%=$class %>-<%=$action%>'=>'Stub!',id=>$self->param('id'),child_id=>$self->param('child_id'
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/MrzRequest.pm ( view source; MetaCPAN )
oPerl::Client::Object::MrzRequest;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ClassificationOfTheSubmittedDocument.pm ( view source; MetaCPAN )
ssificationOfTheSubmittedDocument;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON {
    my $self = shift;
    my $_data = {};
    fo
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key};
        if ($_type =~ /^array\[/i) { # array
         
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ReportResponse.pm ( view source; MetaCPAN )
l::Client::Object::ReportResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/ImageRequest.pm ( view source; MetaCPAN )
erl::Client::Object::ImageRequest;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
Plack-Middleware-AccessLog-Structured-ZeroMQ ( M/MS/MSTOCK/Plack-Middleware-AccessLog-Structured-ZeroMQ-0.001001.tar.gz, MSTOCK, 2016; MetaCPAN )
Plack-Middleware-AccessLog-Structured-ZeroMQ/lib/Plack/Middleware/AccessLog/Structured/ZeroMQ.pm ( view source; MetaCPAN )
AccessLog::Structured::ZeroMQ is a
L<Plack::Middleware|Plack::Middleware> which sends structured, JSON-encoded log
messages into a ZeroMQ message queue. It is a subclass of
L<Plack::Middleware::Access
IdcheckioPerl-Client ( D/DJ/DJAGOUDEL/IdcheckioPerl-Client-1.0.3.1.tar.gz, DJAGOUDEL, 2016; MetaCPAN )
IdcheckioPerl-Client/lib/IdcheckioPerl/Client/Object/MrzResponse.pm ( view source; MetaCPAN )
Perl::Client::Object::MrzResponse;

require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::
# return perl hash
sub to_hash {
    return decode_json(JSON->new->convert_blessed->encode( shift ));
}

# used by JSON for serialization
sub TO_JSON { 
    my $self = shift;
    my $_data = {};
    f
 deserialize the data
    while ( my ($_key, $_type) = each %{$self->swagger_types} ) {
    	my $_json_attribute = $self->attribute_map->{$_key}; 
        if ($_type =~ /^array\[/i) { # array
        
Dist-Zilla-Plugin-Test-ReportMetadata ( P/PJ/PJFL/dist-zilla-plugin-test-reportmetadata/Dist-Zilla-Plugin-Test-ReportMetadata-0.5.1.tar.gz, PJFL, 2016; MetaCPAN )
Dist-Zilla-Plugin-Test-ReportMetadata/lib/Dist/Zilla/Plugin/Test/ReportMetadata.pm ( view source; MetaCPAN )
 dynamic prereqs to the included modules list (if we can)
my ($source)      = grep { -f } 'MYMETA.json', 'MYMETA.yml';

if ($source and $has_cpan_meta) {
   if (my $meta = eval { CPAN::Meta->load_file
QBit-Application-Model-Multistate-DB ( M/MA/MADSKILL/QBit-Application-Model-Multistate-DB-0.010.tar.gz, MADSKILL, 2016; MetaCPAN )
QBit-Application-Model-Multistate-DB/lib/QBit/Application/Model/Multistate/DB.pm ( view source; MetaCPAN )
'db_time'),
                    ($self->_action_log_db_table()->have_fields('opts') ? (opts => to_json(\%opts)) : ())
                }
            ) if $self->_action_log_db_table();

            my 

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