table of contents
JSON::RPC::Client::Any(3pm) | User Contributed Perl Documentation | JSON::RPC::Client::Any(3pm) |
NAME¶
JSON::RPC::Client::Any -- wrap in an available JSON RPC Client implementation
SYNOPSIS¶
use JSON::RPC::Client::Any; my $c = JSON::RPC::Client::Any->new() ...
DESCRIPTION¶
JSON::RPC::Client::Any is a simple class, which finds an available JSON RPC client implementation and descends from it. It saves you the hassle of checking whether you have "JSON::RPC::Client" or "JSON::RPC::Legacy::Client" available.
SEE ALSO¶
COPYRIGHT & LICENSE¶
Copyright (c) 2013 Damyan Ivanov dmn@debian.org
This module is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
2024-09-20 | perl v5.38.2 |