
Acme::EdError - implements ed(1) error handling

use Acme::EdError; warn "uh oh"; die "oh well";

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.

ed(1)
http://github.com/thrig/Acme-EdError/tree/master

Jeremy Mates, <jmates@sial.org>

Copyright 2009 by Jeremy Mates.
This module is free software; you can redistribute it and/or modify it under the Artistic license.