The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Class::DBI::Plugin::Pager',
  'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Class::DBI' => '0.9',
                   'Class::DBI::Plugin::AbstractCount' => 0,
                   'Class::Data::Inheritable' => 0,
                   'Data::Page' => 2,
                   'SQL::Abstract' => '1.61',
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Test::Warn' => 0,
                   'UNIVERSAL::require' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;