X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FODBC%2FFirebird.pm;h=99f54bca073d7538459de187fe135ddeb4efae5e;hb=942bd5e02cb04afd992bb66c048de6f797c2568a;hp=aeed566d8a2fbe28250e31cdd26719abb6c08cc4;hpb=2a72f15dc5d9e1ecc025a1510d9343b5aaa2cf36;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm index aeed566..99f54bc 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm @@ -7,7 +7,7 @@ use base qw/ DBIx::Class::Schema::Loader::DBI::InterBase /; use Carp::Clan qw/^DBIx::Class/; -use Class::C3; +use mro 'c3'; our $VERSION = '0.07001';