basic Producer roles
Justin Hunter [Fri, 3 Jul 2009 21:56:19 +0000 (14:56 -0700)]
lib/SQL/Translator/Producer/PostgreSQL.pm [new file with mode: 0644]
lib/SQL/Translator/Producer/SQLite.pm [new file with mode: 0644]

diff --git a/lib/SQL/Translator/Producer/PostgreSQL.pm b/lib/SQL/Translator/Producer/PostgreSQL.pm
new file mode 100644 (file)
index 0000000..93e7d19
--- /dev/null
@@ -0,0 +1,5 @@
+package SQL::Translator::Producer::PostgreSQL;
+use namespace::autoclean;
+use Moose::Role;
+
+1;
diff --git a/lib/SQL/Translator/Producer/SQLite.pm b/lib/SQL/Translator/Producer/SQLite.pm
new file mode 100644 (file)
index 0000000..aa29b8f
--- /dev/null
@@ -0,0 +1,5 @@
+package SQL::Translator::Producer::SQLite;
+use namespace::autoclean;
+use Moose::Role;
+
+1;