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.7 by root, Mon Oct 28 23:19:54 2013 UTC vs.
Revision 1.8 by root, Fri Feb 26 21:46:45 2016 UTC

1use 5.008002; 1use 5.008003;
2use ExtUtils::MakeMaker; 2use ExtUtils::MakeMaker;
3
4use Canary::Stability JSON::XS => 1, 5.008003;
3 5
4WriteMakefile( 6WriteMakefile(
5 dist => { 7 dist => {
6 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 . ;',
7 COMPRESS => 'gzip -9v', 9 COMPRESS => 'gzip -9v',
12 NAME => "JSON::XS", 14 NAME => "JSON::XS",
13 PREREQ_PM => { 15 PREREQ_PM => {
14 common::sense => 0, 16 common::sense => 0,
15 Types::Serialiser => 0, 17 Types::Serialiser => 0,
16 }, 18 },
19 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
17); 20);
18 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines