Codebase list libclass-dbi-plugin-pager-perl / fresh-snapshots/upstream Makefile.PL
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

Makefile.PL @fresh-snapshots/upstreamraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4232
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
  'EXE_FILES' => [],
  'PREREQ_PM' => {
                   'SQL::Abstract' => '1.61',
                   'Class::Data::Inheritable' => 0,
                   'Data::Page' => 2,
                   'UNIVERSAL::require' => 0,
                   'Test::Warn' => 0,
                   'Class::DBI::Plugin::AbstractCount' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Carp' => 0,
                   'Class::DBI' => '0.9'
                 },
  'NAME' => 'Class::DBI::Plugin::Pager',
  'INSTALLDIRS' => 'site'
)
;