Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / StartupCheck.pm
index 30bc51f..10b554a 100644 (file)
@@ -1,5 +1,8 @@
 package DBIx::Class::StartupCheck;
 
+use strict;
+use warnings;
+
 =head1 NAME
 
 DBIx::Class::StartupCheck - Run environment checks on startup
@@ -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<t/99rh_perl_perf_bug.t> and further information about the bug has been
-put in L<DBIx::Class::Manual::Troubleshooting>
+put in L<DBIx::Class::Manual::Troubleshooting>.
 
 Other checks may be added from time to time.