X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FODBC.pm;h=c160af7dd977dc785956c1d650a45dfe243bef60;hb=cb9c535fda0a11fd5615b0351474207a12b06992;hp=052639f03fd9c8153de7991839cdd76c42775912;hpb=e42ec4ef998118c71f8bd66e765f597a6f74dd39;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 052639f..c160af7 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm @@ -3,10 +3,9 @@ package DBIx::Class::Schema::Loader::DBI::ODBC; 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.05003'; +our $VERSION = '0.07034_02'; =head1 NAME @@ -41,16 +40,17 @@ sub _rebless { } } -sub _tables_list { - my $self = shift; +sub _tables_list { + 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