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

Changes for version 6 - 2017-01-19

  • User email column is now CITEXT. Consuming modules will have to install the extension:
    • CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public
    • This requires a version of psql that has it, i.e. 8.4 or higher