1# Note: this file was auto-generated by Module::Build::Compat version 0.03
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5          'NAME' => 'SQL::Abstract::Limit',
6          'VERSION_FROM' => 'lib/SQL/Abstract/Limit.pm',
7          'PREREQ_PM' => {
8                           'DBI' => '0',
9                           'Data::Dumper' => '0',
10                           'SQL::Abstract' => '1.2',
11                           'Scalar::Util' => '0',
12                           'Test::Builder' => '0',
13                           'Test::Deep' => '0',
14                           'Test::Exception' => '0',
15                           'Test::More' => '0'
16                         },
17          'INSTALLDIRS' => 'site',
18          'PL_FILES' => {}
19        )
20;
21