Group
Extension

Matches 2

Protocol-XMLRPC ( V/VT/VTI/Protocol-XMLRPC-0.10.tar.gz, VTI, 2012; MetaCPAN )
Protocol-XMLRPC/lib/Protocol/XMLRPC.pm ( view source; MetaCPAN )
XMLRPC> is an XML-RPC protocol implementation. Method parameters
types are guessed just like in L<JSON>, but you can pass explicit type if
guessing is wrong for you. Read more about parameter creation
Protocol-XMLRPC ( V/VT/VTI/Protocol-XMLRPC-0.10.tar.gz, VTI, 2012; MetaCPAN )
Protocol-XMLRPC/lib/Protocol/XMLRPC/ValueFactory.pm ( view source; MetaCPAN )
e, $type) = ($type, '') unless defined $value;

    return $value if blessed($value);

    # From JSON::PP
    my $flags = B::svref_2object(\$value)->FLAGS;
    my $is_number = $flags & (B::SVp_IOK | 

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