Bogus test dependency
Peter Rabbitson [Tue, 28 Apr 2009 09:35:31 +0000 (09:35 +0000)]
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';
     }
 }