NAME
Error::Pure::AllError - Error::Pure module with full backtrace.
SYNOPSIS
use Error::Pure::AllError qw(err);
err "This is a fatal error.", "name", "value";
SUBROUTINES
EXAMPLE
# Pragmas.
use strict;
use warnings;
# Modules.
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
DEPENDENCIES
Error::Pure::Utils(3pm), Error::Pure::Output::Text(3pm), Exporter(3pm), List::MoreUtils(3pm), Readonly(3pm).
SEE ALSO
Error::Pure(3pm), Error::Pure::Die(3pm), Error::Pure::Error(3pm), Error::Pure::ErrorList(3pm), Error::Pure::Output::Text(3pm), Error::Pure::Print(3pm), Error::Pure::Utils(3pm).
REPOSITORY
https://github.com/tupinek/Error-Pure
AUTHOR
Michal Špaček L<skim@cpan.org>
http://skim.cz
LICENSE AND COPYRIGHT
BSD license.
VERSION
0.02