X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FMSSQL.pm;h=bd833df4ddac4c47565b57938b8b5a50f507cb67;hb=9908375297ff0489a6f7dfd1d03d9dd189c2e11a;hp=040fac2a29fcd383811b1688b42b39ab445f59c7;hpb=9c5411701b749216630298f5e9056de2ac0a30fe;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm b/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm index 040fac2..bd833df 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm @@ -14,7 +14,8 @@ carp 'Setting of storage_type is redundant as connections through DBD::Sybase' .' ::DBI::Sybase::Microsoft_SQL_Server'; -use base qw/DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server DBIx::Class::Storage::DBI::Sybase/; +use base qw/DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server/; +use mro 'c3'; 1;