From: ivan Date: Fri, 2 Nov 2001 05:11:52 +0000 (+0000) Subject: depend on DBIx::DBSchema 0.19 X-Git-Tag: freeside_1_4_0pre11~237 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7b91bff5d59610bd53a8708fddc88ae279f6e662;p=freeside.git depend on DBIx::DBSchema 0.19 --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index a15aaba36..ec326458d 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -7,7 +7,7 @@ use Exporter; use Carp qw(carp cluck croak confess); use File::CounterFile; use Locale::Country; -use DBIx::DBSchema; +use DBIx::DBSchema 0.19; use FS::UID qw(dbh checkruid getotaker datasrc driver_name); @ISA = qw(Exporter); @@ -994,7 +994,7 @@ sub DESTROY { return; } =head1 VERSION -$Id: Record.pm,v 1.30 2001-10-10 05:24:25 ivan Exp $ +$Id: Record.pm,v 1.31 2001-11-02 05:11:52 ivan Exp $ =head1 BUGS