X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F99dbic_sqlt_parser.t;h=9968a82e9c5650c2a8887b2078be53aee1230c28;hb=078a332fdda099091b858bfb5bf92349be74c482;hp=0a4230637862ecaeaaa190914837ab8e19b87dae;hpb=0fc7cd47f94227a162ac9a0b533575fcaed58bf2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/99dbic_sqlt_parser.t b/t/99dbic_sqlt_parser.t index 0a42306..9968a82 100644 --- a/t/99dbic_sqlt_parser.t +++ b/t/99dbic_sqlt_parser.t @@ -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'; } }