ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/Makefile.PL
Revision: 1.2
Committed: Fri Nov 2 12:34:00 2007 UTC (16 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_7, rel-1_9, rel-3_4, rel-3_1, rel-2_0, rel-3_8, rel-3_41, rel-3_42, rel-3_43, rel-3_11, HEAD
Changes since 1.1: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use 5.008;
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 'dist' => {
7 PREOP => 'pod2text LZF.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 'NAME' => 'Compress::LZF',
12 'VERSION_FROM' => 'LZF.pm',
13 'LIBS' => [''],
14 'DEFINE' => '',
15 'INC' => '',
16 );