From: ivan Date: Thu, 23 Oct 2003 22:37:03 +0000 (+0000) Subject: require DBIx::DBSchema 0.22 to deal with Pg version problems X-Git-Tag: NET_WHOIS_RAW_0_31~313 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=952ce66262265a57634240373c18ddb6d8dd57bd;ds=sidebyside require DBIx::DBSchema 0.22 to deal with Pg version problems --- diff --git a/bin/dbdef-create b/bin/dbdef-create index c977f876e..a449d67cc 100755 --- a/bin/dbdef-create +++ b/bin/dbdef-create @@ -1,10 +1,8 @@ #!/usr/bin/perl -Tw -# -# $Id: dbdef-create,v 1.6 2002-09-19 13:34:52 ivan Exp $ use strict; use DBI; -use DBIx::DBSchema 0.21; +use DBIx::DBSchema 0.22; use FS::UID qw(adminsuidsetup datasrc driver_name); my $user = shift or die &usage;