The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  use Acme::Fatal;

DESCRIPTION

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

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

AUTHOR

Scott Walters, <scott@slowass.net>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Scott Walters

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.