1Pinto::Remote(3)      User Contributed Perl Documentation     Pinto::Remote(3)
2
3
4

NAME

6       Pinto::Remote - Interact with a remote Pinto repository
7

VERSION

9       version 0.14
10

SYNOPSIS

12       See pinto to create and manage a Pinto repository.
13
14       See pintod to allow remote access to your Pinto repository.
15
16       See Pinto::Manual for more information about the Pinto tools.
17

DESCRIPTION

19       Pinto::Remote is the cousin of Pinto.  It provides the same API, but
20       instead of running Actions against a local repository, it just sends
21       the Action parameters to a pintod server that invokes Pinto on the
22       remote host.
23
24       If you are using the pinto application, it will automatically load
25       either Pinto or Pinto::Remote depending on whether your repository root
26       looks like a local directory path or a remote URI.
27

METHODS

29   run( $action_name => %action_args )
30       Loads the Action subclass for the given $action_name and constructs an
31       object using the given $action_args.  If the subclass
32       "Pinto::Remote::Action::$action_name" does not exist, then it falls
33       back to the Pinto::Remote::Action base class.
34

AUTHOR

36       Jeffrey Ryan Thalhammer <jeff@stratopan.com>
37
39       This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
40
41       This is free software; you can redistribute it and/or modify it under
42       the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.32.0                      2020-07-28                  Pinto::Remote(3)
Impressum