From: Ken Youens-Clark Date: Fri, 6 Jun 2003 22:48:14 +0000 (+0000) Subject: General mods to make it like others. X-Git-Tag: v0.02~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b30f8707f836c92edd667dba5698ff1351c8f1fb;p=dbsrgits%2FSQL-Translator.git General mods to make it like others. --- diff --git a/t/12header_comment.t b/t/12header_comment.t index 0713d17..17c0911 100644 --- a/t/12header_comment.t +++ b/t/12header_comment.t @@ -1,11 +1,10 @@ #!/usr/bin/perl # vim: set ft=perl: -use Test::More; +use strict; +use Test::More tests => 5; use SQL::Translator::Utils qw($DEFAULT_COMMENT header_comment); -plan tests => 5; - # Superfluous test, but that's ok use_ok("SQL::Translator::Utils");