There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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