Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks / MySQL.pm
index 7b6f09a..d58e420 100644 (file)
@@ -1,6 +1,9 @@
 package # Hide from PAUSE
   DBIx::Class::SQLAHacks::MySQL;
 
+use warnings;
+use strict;
+
 use base qw( DBIx::Class::SQLMaker::MySQL );
 
 1;