fix base for mssql (can't be a sybase anymore)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / Microsoft_SQL_Server.pm
index f7d3fd1..2c49ea1 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use base qw/
   DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server
-  DBIx::Class::Storage::DBI::Sybase::NoBindVars
+  DBIx::Class::Storage::DBI::NoBindVars
 /;
 
 1;