File: Makefile.PL

package info (click to toggle)
libdevel-ptkdb-perl 1.1091-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 488 kB
  • ctags: 375
  • sloc: perl: 6,170; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'INSTALLDIRS' => 'perl',
    'NAME'	=> 'Devel::ptkdb',
    'VERSION_FROM' => 'ptkdb.pm', # finds $VERSION
);