Error::Pure::AllError - Error::Pure module with full backtrace.
use Error::Pure::AllError qw(err); err "This is a fatal error.", "name", "value";
err
err "This is a fatal error.", "name", "value";
Process error with message(s). There is key => value list after first message.
use strict; use warnings; use Error::Pure::AllError qw(err); print "1\n"; err "This is a fatal error.", "name", "value"; print "2\n"; # Output: # 1 # ERROR: This is a fatal error. # name: value # main err ./script.pl 12
Error::Pure::Utils, Error::Pure::Output::Text, Exporter, List::MoreUtils, Readonly.
Install the Error::Pure modules.
https://github.com/michal-josef-spacek/Error-Pure
Michal Josef Špaček mailto:skim@cpan.org
http://skim.cz
© 2008-2022 Michal Josef Špaček
BSD 2-Clause License
0.27
To install Error::Pure, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Error::Pure
CPAN shell
perl -MCPAN -e shell install Error::Pure
For more information on module installation, please visit the detailed CPAN module installation guide.