X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FODBC.pm;h=bba28cda4f9b092b8f0be71dd3534b4e20c3cfdb;hb=3b71e53bd47bd29213e8fe12b3f9a2d1a229b587;hp=10415ce0a1b0599c152df492e2e1aa14597ee42b;hpb=8793567fbf7e508f772a464328f321caa243b45d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm b/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm index 10415ce..bba28cd 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm @@ -4,9 +4,9 @@ use strict; use warnings; use base 'DBIx::Class::Schema::Loader::DBI'; use Carp::Clan qw/^DBIx::Class/; -use Class::C3; +use mro 'c3'; -our $VERSION = '0.05001'; +our $VERSION = '0.07007'; =head1 NAME @@ -42,15 +42,16 @@ sub _rebless { } sub _tables_list { - my $self = shift; + my ($self, $opts) = @_; - return $self->next::method(undef, undef); + return $self->next::method($opts, undef, undef); } =head1 SEE ALSO L, -L, +L, +L, L, L, L