projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da39754
)
remove ODBC as a parent for ODBC/SQL_Anywhere as not needed
Rafael Kitover [Mon, 22 Mar 2010 22:31:03 +0000 (18:31 -0400)]
lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
index
b9f5bb1
..
feb359e
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
+++ b/
lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
@@
-3,7
+3,6
@@
package DBIx::Class::Schema::Loader::DBI::ODBC::SQL_Anywhere;
use strict;
use warnings;
use base qw/
- DBIx::Class::Schema::Loader::DBI::ODBC
DBIx::Class::Schema::Loader::DBI::SQLAnywhere
/;
use Carp::Clan qw/^DBIx::Class/;