Net::OpenSSH::Parallel::Constants - Constant definitions for Net::OpenSSH::Parallel
Contents
Copyright And License
Copyright (C) 2009, 2011, 2012 by Salvador Fandiño (sfandino@yahoo.com)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have
available.
perl v5.32.0 2021-01-06 Net::OpenSSH::Parallel::Constants(3pm)
Description
This module exports all the constants available from Net::OpenSSH plus the following ones:
:error
Besides the error codes defined in Net::OpenSSH this module also defines:
OSSH_JOIN_FAILED
OSSH_ABORTED
OSSH_GOTO_FAILED
:on_error
OSSH_ON_ERROR_IGNORE
OSSH_ON_ERROR_RETRY
OSSH_ON_ERROR_DONE
OSSH_ON_ERROR_ABORT
OSSH_ON_ERROR_ABORT_ALL
Name
Net::OpenSSH::Parallel::Constants - Constant definitions for Net::OpenSSH::Parallel
Synopsis
use Net::OpenSSH::Parallel::Constants qw(:error :on_error);
