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


# Note: this file was auto-generated by Module::Build::Compat version 0.32
require 5.8.0;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'SQL::Interp',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/SQL/Interp.pm',
          'PREREQ_PM' => {
                           'DBI' => '1'
                         }
        )
;