NAME
Error::Pure::Print - Error::Pure module for simple error print.
SYNOPSIS
use Error::Pure::Print qw(err);
err 'This is a fatal error', 'name', 'value';
SUBROUTINES
EXAMPLE1
# Pragmas.
use strict;
use warnings;
# Modules.
use Error::Pure::Print qw(err);
# Error.
err '1';
# Output:
# 1
EXAMPLE2
# Pragmas.
use strict;
use warnings;
# Modules.
use Error::Pure::Print qw(err);
# Error.
err '1', '2', '3';
# Output:
# 1
DEPENDENCIES
Error::Pure::Utils, Exporter, List::MoreUtils, Readonly.
SEE ALSO
Error::Pure, Error::Pure::AllError, Error::Pure::Die, Error::Pure::Error, Error::Pure::ErrorList, Error::Pure::Output::Text, Error::Pure::Utils.
REPOSITORY
https://github.com/tupinek/Error-Pure
AUTHOR
Michal Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
BSD license.
VERSION
0.06