logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::OpenSSH::Parallel::Constants - Constant definitions for Net::OpenSSH::Parallel

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);

See Also