logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JSON::RPC::Client::Any -- wrap in an available JSON RPC Client implementation

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.

Name

       JSON::RPC::Client::Any -- wrap in an available JSON RPC Client implementation

See Also

       JSON::RPC::Client
       JSON::RPC::Legacy::Client

Synopsis

        use JSON::RPC::Client::Any;

        my $c = JSON::RPC::Client::Any->new()
        ...

See Also