ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/String-Similarity/Makefile.PL
Revision: 1.1
Committed: Sat Jun 25 09:55:53 2005 UTC (18 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_04, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 require 5.008;
2    
3     use ExtUtils::MakeMaker;
4    
5     WriteMakefile(
6     dist => {
7     PREOP => 'pod2text Similarity.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "String::Similarity",
12     VERSION_FROM => "Similarity.pm",
13     );
14