X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FODBC%2FMicrosoft_SQL_Server.pm;h=a807701de1e78cc5102a3b8ddc4979723f9bd8f1;hb=8793567fbf7e508f772a464328f321caa243b45d;hp=f94be10c613ec83ef82d949db45cabce823f36a0;hpb=8763ffdab92908d1a424dc68087ff051a2991b6e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git 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 f94be10..a807701 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 @@ -2,7 +2,10 @@ package DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server; use strict; use warnings; -use base 'DBIx::Class::Schema::Loader::DBI::MSSQL'; +use base qw/ + DBIx::Class::Schema::Loader::DBI::ODBC + DBIx::Class::Schema::Loader::DBI::MSSQL +/; use Carp::Clan qw/^DBIx::Class/; use Class::C3; @@ -19,14 +22,6 @@ Proxy for L when using L. See L for usage information. -=cut - -sub _tables_list { - my $self = shift; - - return $self->next::method(undef, undef); -} - =head1 SEE ALSO L,