--- AnyEvent/Makefile.PL 2015/06/16 03:04:26 1.42 +++ AnyEvent/Makefile.PL 2015/07/16 12:48:38 1.43 @@ -1,8 +1,7 @@ use ExtUtils::MakeMaker; -use 5.008001; # AnyEvent perl event loop seems to work with 5.6, other modules not - -eval 'use Canary::Stability AnyEvent => 1'; +# AnyEvent perl event loop seems to work with 5.6, other modules not +eval 'use Canary::Stability AnyEvent => 1, 5.008001'; print < { # Task::Weaken => 0, # }, - CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, + CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 }, META_MERGE => { recommends => { "Task::Weaken" => 0,