The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Error::Pure::ANSIColor::AllError - Error::Pure module with full backtrace.

SYNOPSIS

 use Error::Pure::ANSIColor::AllError qw(err);

 err "This is a fatal error.", "name", "value";

 # __or__

 use Error::Pure qw(err);

 $ENV{'ERROR_PURE_TYPE'} = 'ANSIColor::AllError';

 err "This is a fatal error.", "name", "value";

SUBROUTINES

err

 err "This is a fatal error.", "name", "value";

Process error with messages (error, error_key/value pairs).

EXAMPLE

 use strict;
 use warnings;

 use Error::Pure::ANSIColor::AllError qw(err);

 err "This is a fatal error.", "name", "value";

 # Output:
 # ERROR: This is a fatal error.
 # name: value
 # main  err  ./script.pl  12

DEPENDENCIES

Error::Pure::Output::ANSIColor, Error::Pure::Utils, Exporter, List::Util, Readonly.

SEE ALSO

Task::Error::Pure

Install the Error::Pure modules.

REPOSITORY

https://github.com/michal-josef-spacek/Error-Pure-ANSIColor

AUTHOR

Michal Josef Špaček mailto:skim@cpan.org

http://skim.cz

LICENSE AND COPYRIGHT

© 2013-2022 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.29