ACME::Error::Coy - Perl extension for blah blah blah


ACME-Error-Coy documentation Contained in the ACME-Error-Coy distribution.

Index


Code Index:

NAME

Top

ACME::Error::Coy - Perl extension for blah blah blah

SYNOPSIS

Top

  use ACME::Error Coy;

DESCRIPTION

Top

Interface to Coy for printing your errors.

AUTHOR

Top

Casey West <casey@geeknest.com>

COPYRIGHT

Top

SEE ALSO

Top

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!