File: Makefile.PL

package info (click to toggle)
libdb-file-lock-perl 0.05-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 187; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'DB_File::Lock',
    'VERSION_FROM' => 'Lock.pm', # finds $VERSION
);