Acme::Fatal - Replace statements with equivalents which succeed or die


Acme-Fatal documentation  | view source Contained in the Acme-Fatal distribution.

Index


NAME

Top

Acme::Fatal - Replace statements with equivalents which succeed or die

SYNOPSIS

Top

  use Acme::Fatal;

DESCRIPTION

Top

autodie detects failure in I/O operations and operations that result in system calls which may fail, and automatically raises an alarm.

Acme::Fatal takes this a step further and detects false result status of individual statements.

SEE ALSO

Top

autodie. Fatal. Acme::Code::Police.

AUTHOR

Top

Scott Walters, <scott@slowass.net>

COPYRIGHT AND LICENSE

Top


Acme-Fatal documentation  | view source Contained in the Acme-Fatal distribution.