File: Makefile.PL

package info (click to toggle)
libalias-perl 2.32-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 181; makefile: 2
file content (8 lines) | stat: -r--r--r-- 203 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	=> 'Alias',
    'VERSION_FROM'	=> 'Alias.pm',
    'linkext'   => {LINKTYPE => 'dynamic'},
    'dist'      => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'}
);