From: Rafael Kitover Date: Mon, 22 Mar 2010 16:02:18 +0000 (-0400) Subject: remove ODBC as a base for ODBC/MSSQL, no longer needed X-Git-Tag: 0.06000~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da397540231d30bf3d86cf73176c420eddb07bd9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git remove ODBC as a base for ODBC/MSSQL, no longer needed --- diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm index f0d4b5c..ebd8fe6 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm @@ -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/;