The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.15 - 2018-11-10

  • Fixed
    • Fixed warning when pulling history for the Minion admin console. Thanks @chromedome! [Github #20]
    • Fixed tests failing with "DBD::mysql::st execute failed: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled". MySQL 8 adds some sanity checks to functions and we need to override them. This might actually be a problem that we will have to fix later...