Added documentation for from => $rs->as_query
[dbsrgits/DBIx-Class.git] / t / 99dbic_sqlt_parser.t
index 0a42306..9968a82 100644 (file)
@@ -7,9 +7,9 @@ use DBICTest;
 
 
 BEGIN {
-    eval "use DBD::mysql; use SQL::Translator 0.09003;";
+    eval "use SQL::Translator 0.09003;";
     if ($@) {
-        plan skip_all => 'needs DBD::mysql and SQL::Translator 0.09003 for testing';
+        plan skip_all => 'needs SQL::Translator 0.09003 for testing';
     }
 }