ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Algorithm-FEC/Makefile.PL
Revision: 1.1
Committed: Tue Sep 9 05:52:49 2003 UTC (23 years ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

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