diff options
author | ivan <ivan> | 2003-10-23 22:37:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-23 22:37:03 +0000 |
commit | 952ce66262265a57634240373c18ddb6d8dd57bd (patch) | |
tree | 480a00b8b6ff3f5a32a5e792c188ee657df5092f /bin | |
parent | 324a43d9fbc5cd64353229c63289bdb394407ae3 (diff) |
require DBIx::DBSchema 0.22 to deal with Pg version problems
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbdef-create | 4 |
1 files changed, 1 insertions, 3 deletions
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; |