DateTime::Format::Pg error - only under mod_perl

2012-10-09 Thread Jiří Pavlovský
Hello, I have a problem which I think is mod_perl specific - please correct me if I'm wrong. In a code I do: use DateTime; use DateTime::Format::Pg; and get this error: DateTime does not define $DateTime::VERSION--version check failed at /opt/perl/lib/site_perl/5.16.1/DateTime/Format/Pg.pm l

Re: DateTime::Format::Pg error - only under mod_perl

2012-10-09 Thread Randolf Richardson
> Hello, > > I have a problem which I think is mod_perl specific - please correct me > if I'm wrong. > > In a code I do: > use DateTime; > use DateTime::Format::Pg; I had trouble getting DateTime::Format::Pg working a long time ago, so I gave up and just made sure that PostgreSQL was defau

Re: DateTime::Format::Pg error - only under mod_perl

2012-10-09 Thread Randolf Richardson
> > Hello, > > > > I have a problem which I think is mod_perl specific - please correct me > > if I'm wrong. > > > > In a code I do: > > use DateTime; > > use DateTime::Format::Pg; > > I had trouble getting DateTime::Format::Pg working a long time ago, > so I gave up and just made sure that P