General mods to make it like others.
[dbsrgits/SQL-Translator.git] / 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");