Changes for version 1.001 - 2010-03-07

  • don't mortalize the temp svs we use in tracing, we might be inside lp_loop_run(), and the SVs won't be released until that returns. Use SvREFCNT_dec() instead.
  • use the poexs time function instead of defining our own.

Modules

an XS implementation of POE::Loop, using Linux` epoll(2).