Net::OpenSSH::Parallel::Constants(3) Constant definitions for Net::OpenSSH::Parallel

SYNOPSIS


use Net::OpenSSH::Parallel::Constants qw(:error :on_error);

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

COPYRIGHT AND LICENSE

Copyright (C) 2009, 2011, 2012 by Salvador Fandin~o ([email protected])

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.