X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStartupCheck.pm;h=10b554aabf0e9a1e30b8be9c9e85a356e444b6ac;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=6a34606aa52c91d4301e3aff7831a0fbbb9e4568;hpb=dc253b7737070a66859d615ec79522522a0b1e8e;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/StartupCheck.pm b/lib/DBIx/Class/StartupCheck.pm index 6a34606..10b554a 100644 --- a/lib/DBIx/Class/StartupCheck.pm +++ b/lib/DBIx/Class/StartupCheck.pm @@ -1,5 +1,8 @@ package DBIx::Class::StartupCheck; +use strict; +use warnings; + =head1 NAME DBIx::Class::StartupCheck - Run environment checks on startup @@ -7,7 +10,7 @@ DBIx::Class::StartupCheck - Run environment checks on startup =head1 SYNOPSIS use DBIx::Class::StartupCheck; - + =head1 DESCRIPTION This module used to check for, and if necessary issue a warning for, a @@ -17,7 +20,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.