From: Peter Rabbitson Date: Tue, 12 May 2009 05:02:14 +0000 (+0000) Subject: Trying to untangle failing merge (whitespace change) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=528accab1dcb186ccd80b8bd3c22f77e6b0a36a7;p=dbsrgits%2FDBIx-Class-Historic.git Trying to untangle failing merge (whitespace change) --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm index d4485a3..1c8e36d 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm @@ -3,7 +3,10 @@ package DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server; use strict; use warnings; -use base qw/DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server DBIx::Class::Storage::DBI::Sybase/; +use base qw/ + DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server + DBIx::Class::Storage::DBI::Sybase +/; 1;