1DBIx::Class::StartupCheUcske(r3)Contributed Perl DocumenDtBaItxi:o:nClass::StartupCheck(3)
2
3
4
6 DBIx::Class::StartupCheck - Run environment checks on startup
7
9 use DBIx::Class::StartupCheck;
10
12 This module used to check for, and if necessary issue a warning for, a
13 particular bug found on Red Hat and Fedora systems using their system
14 perl build. As of September 2008 there are fixed versions of perl for
15 all current Red Hat and Fedora distributions, but the old check still
16 triggers, incorrectly flagging those versions of perl to be buggy. A
17 more comprehensive check has been moved into the test suite in
18 "t/99rh_perl_perf_bug.t" and further information about the bug has been
19 put in DBIx::Class::Manual::Troubleshooting.
20
21 Other checks may be added from time to time.
22
23 Any checks herein can be disabled by setting an appropriate environment
24 variable. If your system suffers from a particular bug, you will get a
25 warning message on startup sent to STDERR, explaining what to do about
26 it and how to suppress the message. If you don't see any messages, you
27 have nothing to worry about.
28
30 Check the list of additional DBIC resources.
31
33 This module is free software copyright by the DBIx::Class (DBIC)
34 authors. You can redistribute it and/or modify it under the same terms
35 as the DBIx::Class library.
36
37
38
39perl v5.34.0 2022-01-21 DBIx::Class::StartupCheck(3)