File: Makefile.PL

package info (click to toggle)
libstring-similarity-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 132 kB
  • sloc: ansic: 392; perl: 10; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 5.008;

use ExtUtils::MakeMaker;

WriteMakefile(
    dist	=> {
	            PREOP	=> 'pod2text Similarity.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
	            COMPRESS	=> 'gzip -9v',
	            SUFFIX	=> '.gz',
	           },
    NAME => "String::Similarity",
    VERSION_FROM => "Similarity.pm",
);