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

Changes for version 0.10 - 2017-11-05

  • Fixed
    • Fixed tests to only run on MySQL 5.6.5 or higher. Versions older than this do not support the `TIMESTAMP` column settings we are using. Thanks @paultcochrane!
    • Fixed tests to report which MySQL version is running so we can more easily detect why database queries are failing. Thanks @paultcochrane!
    • Fixed travis reporting coverage to coveralls. Thanks @paultcochrane!
    • Removed some whitespace-only POD lines which `podchecker` was complaining about. Thanks @paultcochrane!