projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
850220a
)
fix typo
Justin Hunter [Mon, 26 Jul 2010 20:33:36 +0000 (13:33 -0700)]
t/61translator_agnostic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/61translator_agnostic.t
b/t/61translator_agnostic.t
index
d9bebcf
..
501ce9b
100644
(file)
--- a/
t/61translator_agnostic.t
+++ b/
t/61translator_agnostic.t
@@
-26,7
+26,7
@@
my $new_t = SQL::Translator->new;
$new_t->$_(1) for qw/add_drop_table no_comments/;
my $sql = $new_t->translate(
- producer => 'SQLite'
+ producer => 'SQLite',
data => $base_schema,
);