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 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.

SEE ALSO

ed(1)

http://github.com/thrig/Acme-EdError/tree/master

AUTHOR

Jeremy Mates, <jmates@sial.org>

COPYRIGHT

Copyright 2009 by Jeremy Mates.

This module is free software; you can redistribute it and/or modify it under the Artistic license.