
Carp::Undead - override die function nad warn function;

use Carp::Undead;

this module is an easy way to override die function and warn function; die() -> carp(); warn() -> carp();

Kazuhiro Nishikawa <kazuhiro.nishikawa@gmail.com>

Carp

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.