Group
Extension

Matches 35359

Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/lib/Net/Minecraft/LoginFailure.pm ( view source; MetaCPAN )
taPOD::JSON v1.1.0

{
    "namespace":"Net::Minecraft::LoginFailure",
    "inherits":"Moo::Object",
    "does":"Net::Minecraft::Role::LoginResult",
    "interface":"class"
}


=end MetaPOD::JSON

=hea
Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/lib/Net/Minecraft/Role/LoginResult.pm ( view source; MetaCPAN )
 VERSION

version 0.002000

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Net::Minecraft::Role::LoginResult",
    "interface":"role"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kentnl@cpan.
GitHub-Jobs ( O/OV/OVNTATAR/GitHub-Jobs-0.05.tar.gz, OVNTATAR, 2014; MetaCPAN )
GitHub-Jobs/lib/GitHub/Jobs.pm ( view source; MetaCPAN )
rp;
use Data::Dumper;

use JSON;
use Readonly;
use HTTP::Request;
use LWP::UserAgent;

our $VERSION = '0.05';

Readonly my $BASE_URL => "http://jobs.github.com/positions.json";

type 'TrueFalse' => wh
s available on https://jobs.github.com/api)

	use strict;
	use warnings;

	use GitHub::Jobs;
	use JSON::XS;
	use POSIX;

	$|++;

	my $query      = 'software';
	my $count      = 0;
	my $pagination = 0;
;
    	 my $str = GitHub::Jobs->new( description => $query, page => $page );
    	 return JSON::XS::decode_json( $str->search() );
	}

	sub decode {
    	 foreach my $items ( @{ initial($pagination) }
Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/lib/Net/Minecraft/Login.pm ( view source; MetaCPAN )
egin MetaPOD::JSON v1.1.0

{
    "namespace":"Net::Minecraft::Login",
    "inherits":"Moo::Object",
    "does":"Net::Minecraft::Role::HTTP",
    "interface":"class"
}


=end MetaPOD::JSON

=head1 AUTH
Games-EveOnline-EveCentral ( P/PF/PFIG/Games-EveOnline-EveCentral-0.001.tar.gz, PFIG, 2014; MetaCPAN )
Games-EveOnline-EveCentral/lib/Games/EveOnline/EveCentral.pm ( view source; MetaCPAN )

use 5.012;

use LWP::UserAgent::Determined 1.06;
use Try::Tiny 0.18;
use XML::LibXML 2.0108;
use JSON 2.90;


has 'ua' => (
  is => 'lazy',
  isa => quote_sub(q{
    die 'Not a LWP::UserAgent::Determ
:isa($_[0], 'XML::LibXML');
  })
);

has 'jsonparser' => (
  is => 'lazy',
  isa => quote_sub(q{
    die 'Not a JSON'
      unless UNIVERSAL::isa($_[0], 'JSON');
  })
);



sub marketstat {
  my ($sel
_proxy;

  return $ua;
}

sub _build_libxml {
  return XML::LibXML->new;
}

sub _build_jsonparser {
  return JSON->new->utf8;
}


1; # End of Games::EveOnline::EveCentral

__END__

=pod

=head1 NAME

Jedi-Plugin-Session ( C/CE/CELOGEEK/Jedi-Plugin-Session-0.05.tar.gz, CELOGEEK, 2014; MetaCPAN )
Jedi-Plugin-Session/lib/Jedi/Plugin/Session.pm ( view source; MetaCPAN )
use different session data.

 package MyJediApp;
 use Jedi::App;
 use Jedi::Plugin::Session;
 use JSON;
 sub jedi_app {
  my ($app) = @_;

  $app->get('/set_session', sub {
    my ($app, $request, $re
 $request->session_get;
    $response->status(200);
    $response->body(defined $session ? encode_json($session) : 'session not defined !');
  })
 }
 1;

=head1 LIMITATION

The session is keep in memo
Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/lib/Net/Minecraft/LoginResult.pm ( view source; MetaCPAN )
taPOD::JSON v1.1.0

{
    "namespace":"Net::Minecraft::LoginResult",
    "inherits":"Moo::Object",
    "does":"Net::Minecraft::Role::LoginResult",
    "interface":"class"
}


=end MetaPOD::JSON

=head
Jedi-Plugin-Auth ( C/CE/CELOGEEK/Jedi-Plugin-Auth-0.01.tar.gz, CELOGEEK, 2014; MetaCPAN )
Jedi-Plugin-Auth/lib/Jedi/Plugin/Auth/Role.pm ( view source; MetaCPAN )
ex/;
use Data::UUID;
use Path::Class;
use Jedi::Plugin::Auth::DB;
use DBIx::Class::Migration;
use JSON;

my $uuid_generator = Data::UUID->new;

# connect / create / prepare db
sub _prepare_database {

    return {
        user  => $user->user,
        uuid  => $user->uuid,
        info  => decode_json( $user->info ),
        roles => [ map { $_->name } $user->roles->all() ],
    };
}

use Moo::Rol
 ),
                uuid     => $uuid_generator->create_str(),
                info     => encode_json( $params{info} ),
            }
        );
        1;
        };

    $user->set_roles( [ map { {
Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub import {
  m
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st
App-ProcTrends ( S/SY/SYAGI/App-ProcTrends-0.03.tar.gz, SYAGI, 2014; MetaCPAN )
App-ProcTrends/bin/server.pl ( view source; MetaCPAN )
'cpu', 'rss' ) {
        $result->{ $metric } = $rrd->find_rrds( $dir );
    }
    $self->render( json => $result );
};

app->start;

# each route can perform overrides from the defaults with this met
PocketIO ( V/VT/VTI/PocketIO-0.17.tar.gz, VTI, 2014; MetaCPAN )
PocketIO/lib/PocketIO/Pool/Redis.pm ( view source; MetaCPAN )
IO::Pool::Redis;

use strict;
use warnings;

use base 'PocketIO::Pool';

use AnyEvent::Redis;
use JSON;
use Scalar::Util qw(blessed);

use PocketIO::Connection;

use constant DEBUG => $ENV{POCKETIO_PO
self->{channel} => sub {
            my ($message, $channel) = @_;

            $message = decode_json($message);

            my $invoker_id = $message->{invoker};

            foreach my $conn ($sel
. $id . "'\n";

    $cb->() if $cb;
}

sub send {
    my $self = shift;

    my $message = encode_json({message => "$_[0]"});

    $self->{pub}->publish($self->{channel}, $message);

    return $self;
WebService-Libris ( M/MO/MORITZ/WebService-Libris-0.08.tar.gz, MORITZ, 2014; MetaCPAN )
WebService-Libris/lib/WebService/Libris.pm ( view source; MetaCPAN )
   full    => 1,   # return all available information
    );

Returns a hashref directly from the JSON response of the xsearch API
described at L<http://librishelp.libris.kb.se/help/xsearch_eng.jsp?op
> 200,     # max. number of results
        start   => 1 + 200 * ($page - 1),
        format  => 'json',
    );
    $q{format_level} = 'full' if $opts{full};
    my $url = Mojo::URL->new('http://libri
;
    $res->json;
}

sub search {
    my ($self, %opts) = @_;
    my $json = $self->direct_search(%opts);
    my @ids = map { (split '/',  $_->{identifier})[-1] }
                  @{ $json->{xsearch}
Net-Minecraft-Login ( K/KE/KENTNL/Net-Minecraft-Login-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Net-Minecraft-Login/maint-travis-ci/install_deps.pl ( view source; MetaCPAN )
  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
    my $prereqs = parse_meta_json()->effective_prereqs;
    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
    my 
MooseX-RemoteHelper ( X/XE/XENO/MooseX-RemoteHelper-0.001021.tar.gz, XENO, 2013; MetaCPAN )
MooseX-RemoteHelper/lib/MooseX/RemoteHelper/CompositeSerialization.pm ( view source; MetaCPAN )
ntended to allow easy passing of a plain old perl data structure to a
serialization module like L<JSON> or L<YAML>.

=head1 METHODS

=head2 serialize

serialize to a perl hashref

=head1 BUGS

Please 
UnderscoreJS ( V/VT/VTI/UnderscoreJS-0.07.tar.gz, VTI, 2014; MetaCPAN )
UnderscoreJS/lib/UnderscoreJS.pm ( view source; MetaCPAN )
$object) = $self->_prepare(@_);

    return 0 unless defined $object && !ref $object;

    # From JSON::PP
    my $flags = B::svref_2object(\$object)->FLAGS;
    my $is_number = $flags & (B::SVp_IOK |
se
L<List::Util> and L<List::MoreUtils> modules.

Numeric/String detection is done the same way L<JSON::PP> does it: by using
L<B> hacks.

Boolean values are implemented as overloaded methods, that re
Dist-Zilla-Util-Git-Tags ( K/KE/KENTNL/Dist-Zilla-Util-Git-Tags-0.004000.tar.gz, KENTNL, 2013; MetaCPAN )
Dist-Zilla-Util-Git-Tags/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub import {
  m
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st
Shodo ( Y/YU/YUSUKEBE/Shodo-0.08.tar.gz, YUSUKEBE, 2013; MetaCPAN )
Shodo/lib/Shodo/Suzuri.pm ( view source; MetaCPAN )
package Shodo::Suzuri;
use strict;
use warnings;
use Carp qw//;
use Try::Tiny;
use JSON qw/from_json to_json/;
use Data::Validator;
use Clone qw/clone/;

sub new {
    my ($class, %args) = @_;
    my 
pe =~ m!^application/json!) {
        my $json_body = to_json(from_json($self->stash->{request_body}, { utf8 => 1 }), { pretty => 1 });
        $self->stash->{request_body} = $json_body;
    }
    ret
e =~ m!^application/json!) {
        my $json_body = to_json(from_json($self->stash->{response_body}, { utf8 => 1}), { pretty => 1 });
        $self->stash->{response_body} = $json_body;
    }
    ret
Dist-Zilla-Util-Git-Tags ( K/KE/KENTNL/Dist-Zilla-Util-Git-Tags-0.004000.tar.gz, KENTNL, 2013; MetaCPAN )
Dist-Zilla-Util-Git-Tags/maint-travis-ci/install_deps.pl ( view source; MetaCPAN )
  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
    my $prereqs = parse_meta_json()->effective_prereqs;
    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
    my 
MorboDB ( I/ID/IDOPEREL/MorboDB-1.000000.tar.gz, IDOPEREL, 2013; MetaCPAN )
MorboDB/lib/MorboDB/OID.pm ( view source; MetaCPAN )
turns C<undef> here.

=cut

sub get_time { undef }

=head2 TO_JSON()

Meant to be called by the L<JSON> family of modules to create a JSON
representation of the OID. So, for example, "4162F712-1DD2-11
"4162F712-1DD2-11B2-B17E-C09EFE1DC403" }>.

	my $json = JSON->new->allow_blessed->convert_blessed;
	$json->encode(MorboDB::OID->new);

=cut

sub TO_JSON { { '$oid' => shift->value } }

sub _build_valu
Dist-Zilla-Util-Git-Refs ( K/KE/KENTNL/Dist-Zilla-Util-Git-Refs-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Dist-Zilla-Util-Git-Refs/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub import {
  m
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st

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