The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pinto::Remote::SelfContained::App - app class for running Pinto commands

VERSION

version 1.999

SYNOPSIS

    use Pinto::Remote::SelfContained::App;

    Pinto::Remote::SelfContained::App->new_from_argv(\@ARGV, %attrs)->run;

AUTHOR

Brad Lhotsky <brad@divisionbyzero.net>

CONTRIBUTOR

Aaron Crane <arc@cpan.org>

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.