- Fixes a bug where _apply_default_value is not found (due to it being part of SQL...
[dbsrgits/SQL-Translator.git] / Makefile.PL
1 # $Id: Makefile.PL,v 1.35 2004-07-30 15:28:49 kycl4rk Exp $
2
3 use strict;
4 use Module::Build::Compat;
5
6 Module::Build::Compat->run_build_pl(args => \@ARGV);
7 Module::Build::Compat->write_makefile();