Revert TempExtlib ( b46b85376 ) - new Sub::Quote shipped
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / StartupCheck.pm
CommitLineData
11736b4c 1package DBIx::Class::StartupCheck;
2
b46b8537 3use warnings;
4use strict;
b46b8537 5
a2bd3796 61;
7
8__END__
9
11736b4c 10=head1 NAME
11
12DBIx::Class::StartupCheck - Run environment checks on startup
13
14=head1 SYNOPSIS
15
16 use DBIx::Class::StartupCheck;
d4daee7b 17
11736b4c 18=head1 DESCRIPTION
19
dc253b77 20This module used to check for, and if necessary issue a warning for, a
21particular bug found on Red Hat and Fedora systems using their system
22perl build. As of September 2008 there are fixed versions of perl for
23all current Red Hat and Fedora distributions, but the old check still
24triggers, incorrectly flagging those versions of perl to be buggy. A
25more comprehensive check has been moved into the test suite in
26C<t/99rh_perl_perf_bug.t> and further information about the bug has been
48580715 27put in L<DBIx::Class::Manual::Troubleshooting>.
dc253b77 28
29Other checks may be added from time to time.
11736b4c 30
31Any checks herein can be disabled by setting an appropriate environment
dc253b77 32variable. If your system suffers from a particular bug, you will get a
33warning message on startup sent to STDERR, explaining what to do about
34it and how to suppress the message. If you don't see any messages, you
35have nothing to worry about.
11736b4c 36
a2bd3796 37=head1 FURTHER QUESTIONS?
11736b4c 38
a2bd3796 39Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>.
11736b4c 40
a2bd3796 41=head1 COPYRIGHT AND LICENSE
11736b4c 42
a2bd3796 43This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>
44by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can
45redistribute it and/or modify it under the same terms as the
46L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.