File: Makefile.PL

package info (click to toggle)
libclass-dbi-pager-perl 0.08-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 52; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Class::DBI::Pager',
    'VERSION_FROM' => 'lib/Class/DBI/Pager.pm', # finds $VERSION
    'PREREQ_PM' => {
	'Test::More' => 0.32,
	'Class::DBI' => 0.90,
	'Data::Page' => 0.13,
	'Exporter::Lite' => 0.01,
    },
);