X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8dc1d6e0f221c22304f7eebe1145f12b45bbf84d;hb=929ef2654458a8895cfe678530592e12b5f78ad7;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=974ada0d3e27a2ced34236c2bcbdcb113c3527e4;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index e69de29..8dc1d6e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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();