ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Algorithm-FEC/Makefile.PL
Revision: 1.2
Committed: Tue Sep 9 23:21:54 2003 UTC (21 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, HEAD
Changes since 1.1: +1 -1 lines
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 root 1.2 NAME => "Algorithm::FEC",
12 root 1.1 VERSION_FROM => "FEC.pm",
13     OBJECT => q<$(BASEEXT)$(OBJ_EXT) fec8$(OBJ_EXT) fec16$(OBJ_EXT)>,
14     );
15