The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
README for Log::WarnDie

The "Log::WarnDie" module offers a logging alternative for standard
Perl core functions.  This allows you to use the features of e.g.
Log::Dispatch or Log::Log4Perl without having to make extensive changes
to your source code.

Copyright (c) 2004, 2007 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Required Modules:
 Scalar::Util (1.08)

Version:
 0.05

The build is standard:

perl Makefile.PL
make
make test
make install