A set of placeholder directories for future refactoring
Peter Rabbitson [Sat, 4 Feb 2012 20:39:35 +0000 (21:39 +0100)]
MANIFEST.SKIP
lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder [new file with mode: 0644]
lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder [new file with mode: 0644]
lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder [new file with mode: 0644]
lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder [new file with mode: 0644]
lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder [new file with mode: 0644]

index f3ded7e..14c8d11 100644 (file)
@@ -59,3 +59,6 @@ Build$
 # junk
 \.log$
 \.tmp$
+
+# temporary
+\.sqlt_refactor_placeholder$
\ No newline at end of file
diff --git a/lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder b/lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder
new file mode 100644 (file)
index 0000000..492d560
--- /dev/null
@@ -0,0 +1 @@
+This directory will hold the new style SQLT DDL producers
diff --git a/lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder b/lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder
new file mode 100644 (file)
index 0000000..f2160be
--- /dev/null
@@ -0,0 +1 @@
+This directory will hold the Roles for new style SQLT producers
diff --git a/lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder
new file mode 100644 (file)
index 0000000..873edba
--- /dev/null
@@ -0,0 +1 @@
+This directory will hold the new style SQLT DBI parsers
diff --git a/lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder
new file mode 100644 (file)
index 0000000..56cd98e
--- /dev/null
@@ -0,0 +1 @@
+This directory will hold the new style SQLT DDL parsers
diff --git a/lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder
new file mode 100644 (file)
index 0000000..2d8ceba
--- /dev/null
@@ -0,0 +1 @@
+This directory will hold the Roles for new style SQLT parsers