--- IO-AIO/Makefile.PL 2014/01/24 23:46:17 1.33 +++ IO-AIO/Makefile.PL 2015/06/13 00:06:13 1.34 @@ -1,4 +1,4 @@ -use 5.008002; +use Canary::Stability IO::AIO => 1, 5.008002; use ExtUtils::MakeMaker; @@ -110,6 +110,7 @@ PM => { 'AIO.pm' => '$(INST_LIB)/IO/AIO.pm', }, + CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 }, PREREQ_PM => { "common::sense" => 0, },