ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Makefile.PL
Revision: 1.2
Committed: Thu Apr 18 11:04:15 2013 UTC (11 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +0 -2 lines
Log Message:
*** empty log message ***

File Contents

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