1 package DBIx::Class::StartupCheck;
8 DBIx::Class::StartupCheck - Run environment checks on startup
12 use DBIx::Class::StartupCheck;
16 This module used to check for, and if necessary issue a warning for, a
17 particular bug found on Red Hat and Fedora systems using their system
18 perl build. As of September 2008 there are fixed versions of perl for
19 all current Red Hat and Fedora distributions, but the old check still
20 triggers, incorrectly flagging those versions of perl to be buggy. A
21 more comprehensive check has been moved into the test suite in
22 C<t/99rh_perl_perf_bug.t> and further information about the bug has been
23 put in L<DBIx::Class::Manual::Troubleshooting>.
25 Other checks may be added from time to time.
27 Any checks herein can be disabled by setting an appropriate environment
28 variable. If your system suffers from a particular bug, you will get a
29 warning message on startup sent to STDERR, explaining what to do about
30 it and how to suppress the message. If you don't see any messages, you
31 have nothing to worry about.
47 You may distribute this code under the same terms as Perl itself.