From: ivan Date: Wed, 18 Jul 2007 21:13:32 +0000 (+0000) Subject: Schema.pm doesn't need FS::UID datasrc anyway, wtf X-Git-Tag: TRIXBOX_2_6~450 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=425d01722889a0d566a43a9a6e4c053b0d26331d Schema.pm doesn't need FS::UID datasrc anyway, wtf --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 9d4a054b0..e88b04a12 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -7,7 +7,6 @@ use DBIx::DBSchema 0.33; use DBIx::DBSchema::Table; use DBIx::DBSchema::Column 0.06; use DBIx::DBSchema::Index; -use FS::UID qw(datasrc); @ISA = qw(Exporter); @EXPORT_OK = qw( dbdef dbdef_dist reload_dbdef );