File: Makefile.PL

package info (click to toggle)
libclass-dbi-abstractsearch-perl 0.07-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 28; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Class::DBI::AbstractSearch',
    'VERSION_FROM' => 'lib/Class/DBI/AbstractSearch.pm', # finds $VERSION
    'PREREQ_PM' => {
	Test::More => 0.32,
	Class::DBI => 0.90,
	SQL::Abstract::Limit => 0.1,
    },
);