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

NAME

DBIx::Class::StartupCheck - Run environment checks on startup

SYNOPSIS

  use DBIx::Class::StartupCheck;
  

DESCRIPTION

Currently this module checks for, and if necessary issues a warning for, a particular bug found on RedHat systems from perl-5.8.8-10 and up. Other checks may be added from time to time.

Any checks herein can be disabled by setting an appropriate environment variable. If your system suffers from a particular bug, you will get a warning message on startup sent to STDERR, explaining what to do about it and how to suppress the message. If you don't see any messages, you have nothing to worry about.

CONTRIBUTORS

Nigel Metheringham

Brandon Black

Matt S. Trout

AUTHOR

Jon Schutz

LICENSE

You may distribute this code under the same terms as Perl itself.