Apparently
Email::Store doesn't work under Postgres - there are various issues, some trivial some serious. The most pressing, I think, is that Postgres doesn't cope with the CREATE TABLE UNLESS EXIST syntax which, I suppose isn't the most difficult thing to catch in the world - either check in advance or catch the exception. Possibly even have a
(
Read more... )