projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc73c25
)
staging
Justin Hunter [Sat, 6 Jun 2009 18:14:44 +0000 (11:14 -0700)]
lib/SQL/Translator/Producer.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/SQL/Translator/Producer.pm
b/lib/SQL/Translator/Producer.pm
new file mode 100644
(file)
index 0000000..
a8f4283
--- /dev/null
+++ b/
lib/SQL/Translator/Producer.pm
@@ -0,0
+1,5
@@
+package SQL::Translator::Producer;
+use Moose;
+extends 'SQL::Translator';
+
+1;