From: Justin Hunter Date: Tue, 4 Aug 2009 02:28:46 +0000 (-0700) Subject: typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e287b2294b99ae46365daaff06bcbd1ebc06869a;p=dbsrgits%2FSQL-Translator-2.0-ish.git typo --- diff --git a/lib/SQL/Translator/Producer/SQL/SQLite.pm b/lib/SQL/Translator/Producer/SQL/SQLite.pm index e00ac22..d11c769 100644 --- a/lib/SQL/Translator/Producer/SQL/SQLite.pm +++ b/lib/SQL/Translator/Producer/SQL/SQLite.pm @@ -1,4 +1,4 @@ -use MooseX:Declare; +use MooseX::Declare; role SQL::Translator::Producer::SQL::SQLite { use SQL::Translator::Constants qw(:sqlt_types); use SQL::Translator::Types qw(Column Table);