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

Comparing JSON-XS/Makefile.PL (file contents):
Revision 1.1 by root, Thu Mar 22 16:40:16 2007 UTC vs.
Revision 1.4 by root, Thu Oct 11 23:07:43 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines