NAME
Carp::Undead - override die function and warn function;
SYNOPSIS
use Carp::Undead;
DESCRIPTION
this module is an easy way to override die function and warn function;
die() -> carp();
warn() -> carp();
AUTHOR
Kazuhiro Nishikawa <kazuhiro.nishikawa@gmail.com>
SEE ALSO
Carp
LICENSE
Copyright(C) 2008 Kazuhiro Nishikawa
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.