File: Makefile.PL

package info (click to toggle)
liblinux-pid-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 70; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Linux::Pid',
    'VERSION_FROM'	=> 'Pid.pm', # finds $VERSION
);