NAME
Error::Pure::HTTP::Error - Error::Pure module with error on one line over HTTP.
SYNOPSIS
use Error::Pure::HTTP::Error qw(err);
err 'This is a fatal error', 'name', 'value';
SUBROUTINES
EXAMPLE1
# Pragmas.
use strict;
use warnings;
# Modules.
use Error::Pure::HTTP::Error qw(err);
# Error.
err '1';
# Output like this:
# Content-type: text/plain
#
# #Error [script.pl:12] 1
EXAMPLE2
# Pragmas.
use strict;
use warnings;
# Modules.
use Error::Pure::HTTP::Error qw(err);
# Error.
err '1', '2', '3';
# Output like this:
# Content-type: text/plain
#
# #Error [script.pl:12] 1
DEPENDENCIES
Error::Pure::Utils, Error::Pure::Output::Text, Exporter, List::MoreUtils, Readonly.
SEE ALSO
Error::Pure, Error::Pure::AllError, Error::Pure::Always, Error::Pure::Die, Error::Pure::Error, Error::Pure::ErrorList, Error::Pure::HTTP::AllError, Error::Pure::HTTP::ErrorList, Error::Pure::HTTP::JSON, Error::Pure::HTTP::Print, Error::Pure::JSON, Error::Pure::NoDie, Error::Pure::Output::JSON, Error::Pure::Output::Text, Error::Pure::Print, Error::Pure::Utils.
REPOSITORY
https://github.com/tupinek/Error-Pure-HTTP
AUTHOR
Michal Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
BSD license.
VERSION
0.13