--- cvsroot/Coro/Changes 2016/10/29 19:12:45 1.663 +++ cvsroot/Coro/Changes 2017/07/14 02:51:11 1.665 @@ -6,6 +6,10 @@ TODO: swap_sv, maybe add scope_swap_sv? TODO: croak when async_pool tries to run canceled thread? + - seems to pass test suite down till 5.8.9, so make this the + minimum requirement in Makefile.PL. + - experimental 5.24 compatibility changes (SUB_ARGARRAY). + - experimental 5.26 compatibility changes (PL_comppad -> PADOFFSET). - re-try JIT allocation without PROT_EXEC, to hopefully improve portability.