File: Makefile.PL

package info (click to toggle)
libclass-dbi-loader-perl 0.34-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 335; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'         => 'Class::DBI::Loader',
    'VERSION_FROM' => 'lib/Class/DBI/Loader.pm',
    'PREREQ_PM'    => {
        Test::More          => 0.32,
        Class::DBI          => 0.89,
        DBI                 => 1.30,
        Lingua::EN::Inflect => 0,
        Text::Balanced      => 0
    },
);