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

Comparing Guard/Makefile.PL (file contents):
Revision 1.2 by root, Sat Jul 18 15:07:53 2009 UTC vs.
Revision 1.3 by root, Sun Jul 19 04:43:47 2009 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008008; 3use 5.008;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text Guard.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text Guard.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines