--- EV/Changes 2016/09/17 02:28:30 1.228 +++ EV/Changes 2018/04/17 17:52:31 1.229 @@ -24,6 +24,8 @@ > > Time::Local::timelocal 0, 0, 0, (localtime 86400 + 3600 + > > Time::Local::timelocal 0, 0, 0, (localtime $now)[3..5])[3..5]; +TODO: canary + - document the requirement to "use EV" when using EV::MakeMaker. - only use __register_atfork with glibc and uclibc, as musl defines __linux__, but doesn't implement the linux standard base ABI, nor makes itself detectable via a macro, both apparently