ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/Makefile.PL
(Generate patch)

Comparing Convert-UUlib/Makefile.PL (file contents):
Revision 1.1 by root, Mon Jun 11 19:48:55 2001 UTC vs.
Revision 1.2 by root, Sun Mar 31 21:42:35 2002 UTC

17END 17END
18} 18}
19 19
20WriteMakefile( 20WriteMakefile(
21 'dist' => { 21 'dist' => {
22 PREOP => 'chmod -R u=rwX,go=rX . ;', 22 PREOP => 'pod2text UUlib.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;',
23 COMPRESS => 'gzip -9v', 23 COMPRESS => 'gzip -9v',
24 SUFFIX => '.gz', 24 SUFFIX => '.gz',
25 }, 25 },
26 'NAME' => 'Convert::UUlib', 26 'NAME' => 'Convert::UUlib',
27 'VERSION_FROM' => 'UUlib.pm', 27 'VERSION_FROM' => 'UUlib.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines