File: Makefile.PL

package info (click to toggle)
libproc-wait3-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 26; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Proc::Wait3',
    'LICENSE'           => 'perl',
    'VERSION_FROM'	=> 'Wait3.pm', # finds $VERSION
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM => 'Wait3.pm', # retrieve abstract from module
       AUTHOR     => 'C. Tilmes <ctilmes@cpan.org>') : ()),
);