File: Makefile.PL

package info (click to toggle)
libclass-dbi-abstractsearch-perl 0.07-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 52 kB
  • ctags: 2
  • sloc: perl: 28; makefile: 7
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,
    },
);