From: Justin Hunter Date: Mon, 26 Jul 2010 20:33:36 +0000 (-0700) Subject: fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator-2.0-ish.git;a=commitdiff_plain;h=f2153a66e75a3a6f1e7acdc4076c5d34894a404f fix typo --- diff --git a/t/61translator_agnostic.t b/t/61translator_agnostic.t index d9bebcf..501ce9b 100644 --- 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, );