--- CBOR-XS/Makefile.PL 2013/11/24 05:05:23 1.4 +++ CBOR-XS/Makefile.PL 2016/04/25 19:05:29 1.6 @@ -1,6 +1,8 @@ -use 5.010001; +use 5.010001; # for utf-8, and Time::Piece use ExtUtils::MakeMaker; +use Canary::Stability CBOR::XS => 1, 5.010001; + WriteMakefile( dist => { PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', @@ -13,5 +15,6 @@ common::sense => 0, Types::Serialiser => 0, }, + CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, );