From: ivan Date: Sat, 28 Feb 2004 22:26:35 +0000 (+0000) Subject: depend on DBIx::DBSchema 0.23 and thus DBD::Pg 1.32, finally closes Bug#639 X-Git-Tag: NET_WHOIS_RAW_0_31~120 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=916ed88ae0aa126941d4f6135a98298dac55eade 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 4a3cbe791..801b89daf 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.21; +use DBIx::DBSchema 0.23; use FS::UID qw(dbh getotaker datasrc driver_name); use FS::SearchCache; use FS::Msgcat qw(gettext);