projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
94ac836
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/12header_comment.t
b/t/12header_comment.t
index
0713d17
..
17c0911
100644
(file)
--- 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");