Subject: | DBIx::Class::Storage::DBI::Pg warns when using DBD::Pg 2.0.0 |
There's a if-statement in DBIx::Class::Storage::DBI::Pg that check if we're using a DBD::Pg
with version less than 1.49.
Now with DBD::Pg 2.0.0 you have switched versioning scheme to 3 digit format which causes
the following warning.
Argument "2.0.0" isn't numeric in numeric lt (<) at
/usr/local/share/perl/5.8.8/DBIx/Class/Storage/DBI/Pg.pm line 13
According to the DBIx::Class people this is a DBD::Pg bug may affect other distributions
relying on DBD::Pg as well.
See Matt S Trouts reply here on a fix http://rt.cpan.org/Ticket/Display.html?id=33158#txn-
421370
Thanks,
Claes