X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStartupCheck.pm;h=17ca65f7930d8f74bc59162a47c5f3c52680a4a1;hb=6c5aa1fbffdc9e5679d2f68780b11a9569ec1993;hp=30bc51f5820fdb218bb5e565242372bb9534b374;hpb=d4daee7b54e38e4b3d3d0a77759bddc1a4ede6e5;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/StartupCheck.pm b/lib/DBIx/Class/StartupCheck.pm index 30bc51f..17ca65f 100644 --- a/lib/DBIx/Class/StartupCheck.pm +++ b/lib/DBIx/Class/StartupCheck.pm @@ -1,5 +1,12 @@ package DBIx::Class::StartupCheck; +use warnings; +use strict; + +1; + +__END__ + =head1 NAME DBIx::Class::StartupCheck - Run environment checks on startup @@ -17,7 +24,7 @@ all current Red Hat and Fedora distributions, but the old check still triggers, incorrectly flagging those versions of perl to be buggy. A more comprehensive check has been moved into the test suite in C and further information about the bug has been -put in L +put in L. Other checks may be added from time to time. @@ -27,22 +34,13 @@ 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. -=head1 CONTRIBUTORS - -Nigel Metheringham - -Brandon Black +=head1 FURTHER QUESTIONS? -Matt S. Trout +Check the list of L. -=head1 AUTHOR +=head1 COPYRIGHT AND LICENSE -Jon Schutz - -=head1 LICENSE - -You may distribute this code under the same terms as Perl itself. - -=cut - -1; +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.