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.3 by root, Sat Jun 23 22:53:16 2007 UTC vs.
Revision 1.5 by root, Sat Mar 22 22:21:33 2008 UTC

1use 5.008002;
1use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
2 3
3WriteMakefile( 4WriteMakefile(
4 dist => { 5 dist => {
5 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 . ;',
6 COMPRESS => 'gzip -9v', 7 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 8 SUFFIX => '.gz',
8 }, 9 },
9 NAME => "JSON::XS", 10 EXE_FILES => [ "bin/json_xs" ],
10 VERSION_FROM => "XS.pm", 11 VERSION_FROM => "XS.pm",
12 NAME => "JSON::XS",
11); 13);
12 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines