Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'SQL::Abstract::Limit',
          'VERSION_FROM' => 'lib/SQL/Abstract/Limit.pm',
          'PREREQ_PM' => {
                           'DBI' => '0',
                           'Data::Dumper' => '0',
                           'SQL::Abstract' => '1.2',
                           'Scalar::Util' => '0',
                           'Test::Builder' => '0',
                           'Test::Deep' => '0',
                           'Test::Exception' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;