General mods to make it like others.
Ken Youens-Clark [Fri, 6 Jun 2003 22:48:14 +0000 (22:48 +0000)]
t/12header_comment.t

index 0713d17..17c0911 100644 (file)
@@ -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");