NAME
App::SCM::Digest::Utils
DESCRIPTION
Utility functions for use with App::SCM::Digest modules.
PUBLIC FUNCTIONS
- system_ad
-
Takes a system command as its single argument. Executes that command, suppressing
stdout
andstderr
. Dies if the command returns a non-zero exit status, and returns a true value otherwise. (The name is short for 'system autodie'.) - system_ad_op
-
As per
system_ad
, except thatstdout
andstderr
are merged, and not suppressed. (The name is short for 'system autodie output'.)