I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-02-25 11:31:30.034494-08 by oyse
Depends on PostgreSQL
Hi I am trying to setup an development environment for CPAN-Forum and tried to run setup.pl, but it seems like it is dependent on PostgreSQL being installed. Are you using any special functions of PostgreSQL or is ok for you to have it run on SQLite as well? Best Regard Oystein Torget
Direct Responses: 12472 | Write a response
Posted on 2010-02-26 01:16:12.209965-08 by szabgab in response to 12469
Re: Depends on PostgreSQL
I've just recently moved the application from SQLite to PostgreSQL and I guess as it is now it won't run on SQLite.

Right now it does not use any special feature though some of the syntax might be a bit different in PostgreSQL and in SQLite.

In the near future I am quite sure we will use various Pg specific features (e.g. Pg can hold arrays in a single database field while I think SQLite cannot).

Direct Responses: 12474 | Write a response
Posted on 2010-02-26 02:00:45.008227-08 by oyse in response to 12472
Re: Depends on PostgreSQL

Ok. I will install PostgreSQL on my development machine.

Direct Responses: Write a response