projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
40e47dd
)
Added "use strict;"
Ken Youens-Clark [Fri, 6 Jun 2003 22:47:25 +0000 (22:47 +0000)]
t/11normalize.t
patch
|
blob
|
blame
|
history
diff --git
a/t/11normalize.t
b/t/11normalize.t
index
7a6c9ba
..
197b531
100644
(file)
--- a/
t/11normalize.t
+++ b/
t/11normalize.t
@@
-1,6
+1,7
@@
#!/usr/bin/perl
# vim: set ft=perl:
+use strict;
use Test::More;
use SQL::Translator::Utils qw(normalize_name);