--- cvsroot/JSON-XS/Makefile.PL 2013/10/28 23:19:54 1.7 +++ cvsroot/JSON-XS/Makefile.PL 2016/02/26 21:46:45 1.8 @@ -1,6 +1,8 @@ -use 5.008002; +use 5.008003; use ExtUtils::MakeMaker; +use Canary::Stability JSON::XS => 1, 5.008003; + WriteMakefile( dist => { PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', @@ -14,5 +16,6 @@ common::sense => 0, Types::Serialiser => 0, }, + CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, );