File: Makefile.PL

package info (click to toggle)
libclass-dbi-loader-relationship-perl 1.3-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 60 kB
  • ctags: 4
  • sloc: perl: 79; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'Class::DBI::Loader::Relationship',
    'VERSION_FROM'	=> 'Relationship.pm', # finds $VERSION
    'PREREQ_PM'		=> {
        Class::DBI::Loader => 0,
        Lingua::EN::Inflect::Number => 1,
    }, # e.g., Module::Name => 1.1
);