| Acme-Fatal documentation | view source | Contained in the Acme-Fatal distribution. |
Acme::Fatal - Replace statements with equivalents which succeed or die
use Acme::Fatal;
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.
Scott Walters, <scott@slowass.net>
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.
| Acme-Fatal documentation | view source | Contained in the Acme-Fatal distribution. |