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.2 by root, Tue May 22 22:35:48 2007 UTC vs.
Revision 1.6 by root, Mon Jul 13 22:13:17 2009 UTC

1use 5.008002;
1use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
2 3
3use 5.008008;
4
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',
9 SUFFIX => '.gz', 8 SUFFIX => '.gz',
10 }, 9 },
11 NAME => "JSON::XS", 10 EXE_FILES => [ "bin/json_xs" ],
12 VERSION_FROM => "XS.pm", 11 VERSION_FROM => "XS.pm",
12 NAME => "JSON::XS",
13 PREREQ_PM => {
14 common::sense => 0,
15 },
13); 16);
14 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines