From: ivan Date: Sat, 28 Feb 2004 22:26:40 +0000 (+0000) Subject: depend on DBIx::DBSchema 0.23 and thus DBD::Pg 1.32, finally closes Bug#639 X-Git-Tag: freeside_1_4_2beta1~235 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9930092690217fa2fb018e4744a35a5e500c4f4c;p=freeside.git depend on DBIx::DBSchema 0.23 and thus DBD::Pg 1.32, finally closes Bug#639 --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index ee74d853c..292b30b5d 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -9,7 +9,7 @@ use Carp qw(carp cluck croak confess); use File::CounterFile; use Locale::Country; use DBI qw(:sql_types); -use DBIx::DBSchema 0.19; +use DBIx::DBSchema 0.23; use FS::UID qw(dbh checkruid getotaker datasrc driver_name); use FS::SearchCache; use FS::Msgcat qw(gettext);