The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.30 - 2020-12-07

  • An attempt at solving the hanging SSL issue; we no longer try to optimize the number of IO watchers, and now always run a watcher for both reads and writes.
  • Some build systems (not cpanm) differentiate betweem CONFIGURE_REQUIRES and BUILD_REQUIRES; a module may be present in the CONFIGURE stage, but not available during BUILD; so make sure that Alien::libmariadbclient is around when we need it.

Modules

Nonblocking connections to MySQL using libmariadbclient

Provides

in lib/MariaDB/NonBlocking/AE.pm
in lib/MariaDB/NonBlocking/EV.pm
in lib/MariaDB/NonBlocking/Event.pm
in lib/MariaDB/NonBlocking/Promises.pm
in lib/MariaDB/NonBlocking/Promises/Pool.pm
in lib/MariaDB/NonBlocking/Select.pm