The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perinci::Access::Manual - Perinci::Access manual

VERSION

This document describes version 0.45 of Perinci::Access::Manual (from Perl distribution Perinci-Access), released on 2017-07-10.

DESCRIPTION

Perinci::Access (P::A for short) is family of Riap client/server libraries. It allows you to access code entities and its Rinci metadata from Perl.

MODULE ORGANIZATION

Perinci::Access is a front-end interface for all of the Perinci::Access::Base-based (regular) Riap clients. Each transport protocol will have its own specific backend module, e.g. for accessing in-process/Perl modules and functions you have Perinci::Access::Perl, for accessing Riap over HTTP you have Perinci::Access::HTTP::Client and so on. When you pass a URL to Perinci::Access, it will check its URL scheme and pass to the appropriate backend.

Perinci::Access::Lite is the exception from these and is not under the Perinci::Access umbrella. It is designed to be lightweight (especially in terms of startup overhead), has less features, and used by Perinci::CmdLine::Lite.

CONCEPTS

Please read up on Rinci and Riap first.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Perinci-Access.

SOURCE

Source repository is at https://github.com/perlancar/perl-Perinci-Access.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Access

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Perinci

Perinci::Access::Manual::Examples

Perinci::Access::Manual::FAQ

App::riap

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2015, 2014, 2013, 2012 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.