NAME
Pinto::Remote::SelfContained - interact with a remote Pinto repository
VERSION
version 1.999
DESCRIPTION
Pinto::Remote::SelfContained is a partial clone of Pinto::Remote, but without the server parts, and therefore a much smaller dependency graph. Documentation can be found in that module.
This class exists for situations where your organisation is using Pinto, and doesn't currently have the bandwidth to move away from it to any alternative, but wants something smaller than the whole of Pinto for interacting with the remote repo.
METHODS
run($action_name => %action_args)
Loads the Action subclass for the given $action_name
and constructs an object using the given $action_args
. If the subclass Pinto::Remote::SelfContained::Action::$action_name
does not exist, then it falls back to the Pinto::Remote::SelfContained::Action base class.
AUTHOR
Brad Lhotsky <brad@divisionbyzero.net>
CONTRIBUTOR
Aaron Crane <arc@cpan.org>
SUPPORT
Websites
The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.
MetaCPAN
A modern, open-source CPAN search engine, useful to view POD in HTML format.
CPAN Testers
The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions.
http://www.cpantesters.org/distro/P/Pinto-Remote-SelfContained
CPAN Testers Matrix
The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
http://matrix.cpantesters.org/?dist=Pinto-Remote-SelfContained
Bugs / Feature Requests
This module uses the GitHub Issue Tracker: https://github.com/reyjrar/Pinto-Remote-SelfContained/issues
Source Code
This module's source code is available by visiting: https://github.com/reyjrar/Pinto-Remote-SelfContained
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Aaron Crane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.