NAME
Acme::EdError - implements ed(1) error handling
SYNOPSIS
use Acme::EdError;
warn "uh oh";
die "oh well";
DESCRIPTION
This module implements ed(1) error handling in perl, eliminating needless verbosity from warning and error messages. To quote the ed(1) manual:
"When an error occurs, ed prints a `?' and either returns to command
mode or exits if its input is from a script. An explanation of the
last error can be printed with the `h' (help) command."
Help support has not yet been implemented in this module. (And likely will not be.)
SEE ALSO
http://github.com/thrig/Acme-EdError
AUTHOR
thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>
COPYRIGHT
Copyright 2009,2012-2013,2015 by Jeremy Mates.
This module is free software; you can redistribute it and/or modify it under the Artistic License (2.0).