ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZV1/Makefile.PL
Revision: 1.1
Committed: Thu Sep 27 18:35:26 2001 UTC (22 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

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