File: Makefile.PL

package info (click to toggle)
libsql-abstract-perl 1.24-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 164 kB
  • ctags: 25
  • sloc: perl: 965; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use 5.006;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'SQL::Abstract',
    VERSION_FROM      => 'lib/SQL/Abstract.pm', # finds $VERSION
    PREREQ_PM         => {}, # e.g., Module::Name => 1.1
    ABSTRACT_FROM  => 'lib/SQL/Abstract.pm', # retrieve abstract from module
    AUTHOR         => 'Nathan Wiger (nate@wiger.org)',
);