| ACME-Error-Coy documentation | Contained in the ACME-Error-Coy distribution. |
ACME::Error::Coy - Perl extension for blah blah blah
use ACME::Error Coy;
Interface to Coy for printing your errors.
Casey West <casey@geeknest.com>
Copyright (c) 2002 Casey R. West <casey@geeknest.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl(1), Coy.
| ACME-Error-Coy documentation | Contained in the ACME-Error-Coy distribution. |
package ACME::Error::Coy; use strict; no strict 'refs'; use vars q[$VERSION]; $VERSION = '0.01'; use Coy; *die_handler = $SIG{__DIE__}; *warn_handler = $SIG{__WARN__}; 1; __END__ # Below is stub documentation for your module. You better edit it!