projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a86fdee
)
Trying to untangle failing merge (whitespace change)
Peter Rabbitson [Tue, 12 May 2009 05:02:14 +0000 (
05:02
+0000)]
lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
patch
|
blob
|
blame
|
history
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
(file)
--- 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;