From: Ken Youens-Clark Date: Fri, 6 Jun 2003 22:46:27 +0000 (+0000) Subject: General clean up to make it more like the others. X-Git-Tag: v0.02~68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40e47dd5c1ae1e47e46486c7c50b344dab53c1a0;p=dbsrgits%2FSQL-Translator.git General clean up to make it more like the others. --- diff --git a/t/04file,fh,string.t b/t/04file,fh,string.t index 658782e..e4b28e4 100644 --- a/t/04file,fh,string.t +++ b/t/04file,fh,string.t @@ -13,9 +13,7 @@ use strict; use IO::File; use SQL::Translator; -use Test::More; - -plan tests => 3; +use Test::More tests => 3; # Our object; uses the default parser and producer my $tr = SQL::Translator->new;