import constants
Justin Hunter [Fri, 10 Jul 2009 00:45:27 +0000 (17:45 -0700)]
lib/SQL/Translator/Producer/PostgreSQL.pm

index 93e7d19..0c7550b 100644 (file)
@@ -1,5 +1,6 @@
 package SQL::Translator::Producer::PostgreSQL;
 use namespace::autoclean;
 use Moose::Role;
+use SQL::Translator::Constants qw(:sqlt_types);
 
 1;