/usr/local/CPAN/SQL-Interpolate/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'SQL::Interpolate',
    VERSION_FROM => 'lib/SQL/Interpolate.pm',
    PL_FILES     => {} # ignore Build.PL
);