NAME
Perinci::Access - Wrapper for Perinci Riap clients
VERSION
version 0.01
SYNOPSIS
use Perinci::Access;
# XXX
DESCRIPTION
This module provides a convenient interface to select appropriate Riap client class based on URI scheme (or lack thereof).
# XXX temp, illustration
Foo::Bar -> InProcess (/Foo/Bar/)
/Foo/Bar/ -> InProcess
http://... -> HTTP
https://... -> HTTP
riap+http:// ? (url scheme is riap uri:// -> TCP?
riap+tcp:// -> TCP
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.