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

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

ed(1)

https://thrig.me/src/Acme-EdError.git

COPYRIGHT

Copyright 2009 Jeremy Mates

This program is distributed under the (Revised) BSD License: https://opensource.org/licenses/BSD-3-Clause