The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.011     2021-06-16 01:08:28 EDT
  - Update IRC metadata to libera.chat

0.010     2020-04-19 21:38:53 EDT
  - Delegate to Mojo::Reactor::Poll again method to support changing invocation
    time of active timers in Mojolicious 8.37+

0.009     2019-10-02 12:07:34 EDT
  - Defer creation of the epoll handle until the loop is started to support preforking use cases like Hypnotoad (#4, leonerd)

0.008     2018-03-28 15:10:42 EDT
  - Require Linux::Epoll 0.013 to fix compatibility with tied/global handles and recent versions of Net::DNS::Native

0.007     2018-03-26 21:18:32 EDT
  - Remove no-longer-necessary POSIX dependency
  - Disable use of Net::DNS::Native in tests as recent versions cause test failures

0.006     2016-06-23 21:40:36 EDT
  - Switch installer to Module::Build::Tiny
  - Use Linux::Epoll instead of IO::Epoll

0.005     2015-04-27 18:44:15 EDT
  - Support sequential next_tick

0.004     2015-04-16 14:43:05 EDT
  - Avoid some floating-point issues in poll timeouts

0.003     2015-03-21 15:39:44-04:00 America/New_York
  - Updated again and watch methods to croak on inactive watchers

0.002     2015-02-23 14:00:11-05:00 America/New_York
  - Remove deprecated is_readable method from tests
  - Set default Mojo::Reactor
  - Add hypnotoad example to synopsis

0.001     2015-02-13 01:57:29-05:00 America/New_York
  - First release