Makefile.PL   [plain text]


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