NAME

Lim::RPC - Utilities for Lim's RPC

VERSION

See Lim for version.

SYNOPSIS

    use Lim::RPC;

NOTE

These functions are mainly used internaly, you should not have any reason to call them.

METHODS

Lim::RPC::V($q, $def)

V is for Verify, it will verify the content of the hash ref $q against the RPC definition in $def. On an error it will confess.

(...) = Lim::RPC::C(...)

C is for Call, used to convert the incoming call arguments from protocol specific list to a general one.

Lim::RPC::R($cb, $data)

R is for Result, called when a RPC call finish and convert the given $data to the corresponding protocol.

AUTHOR

Jerry Lundström, <lundstrom.jerry at gmail.com>

BUGS

Please report any bugs or feature requests to https://github.com/jelu/lim/issues.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Lim::RPC

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Jerry Lundström.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 285:

Non-ASCII character seen before =encoding in 'Lundström,'. Assuming UTF-8