remove ODBC as a base for ODBC/MSSQL, no longer needed
Rafael Kitover [Mon, 22 Mar 2010 16:02:18 +0000 (12:02 -0400)]
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm

index f0d4b5c..ebd8fe6 100644 (file)
@@ -3,7 +3,6 @@ package DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server;
 use strict;
 use warnings;
 use base qw/
-    DBIx::Class::Schema::Loader::DBI::ODBC
     DBIx::Class::Schema::Loader::DBI::MSSQL
 /;
 use Carp::Clan qw/^DBIx::Class/;