Added quote-field-names, quote-table-names options
[dbsrgits/SQL-Translator.git] / Makefile.PL
index e69de29..8dc1d6e 100644 (file)
@@ -0,0 +1,7 @@
+# $Id: Makefile.PL,v 1.35 2004-07-30 15:28:49 kycl4rk Exp $
+
+use strict;
+use Module::Build::Compat;
+
+Module::Build::Compat->run_build_pl(args => \@ARGV);
+Module::Build::Compat->write_makefile();