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.8 by root, Fri Feb 26 21:46:45 2016 UTC

1use 5.008003;
1use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
2 3
4use Canary::Stability JSON::XS => 1, 5.008003;
5
3WriteMakefile( 6WriteMakefile(
4 dist => { 7 dist => {
5 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 8 PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 9 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 10 SUFFIX => '.gz',
8 }, 11 },
9 NAME => "JSON::XS", 12 EXE_FILES => [ "bin/json_xs" ],
10 VERSION_FROM => "XS.pm", 13 VERSION_FROM => "XS.pm",
14 NAME => "JSON::XS",
15 PREREQ_PM => {
16 common::sense => 0,
17 Types::Serialiser => 0,
18 },
19 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
11); 20);
12 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines