X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FTable%2FSybase.pm;h=31fa15c4b3909d791d5b1290becf0ff4fb2a3aec;hb=024c32c4b2451aeb3fbce45aeab6a3ed0ea2c1ed;hp=2f900c376ccc9d16f0bea38cdf124c04242a862e;hpb=c4a69b87bd3d3fdda08f05d363311a6e9d3fc0f7;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Table/Sybase.pm b/lib/DBIx/Class/Schema/Loader/Table/Sybase.pm index 2f900c3..31fa15c 100644 --- a/lib/DBIx/Class/Schema/Loader/Table/Sybase.pm +++ b/lib/DBIx/Class/Schema/Loader/Table/Sybase.pm @@ -3,6 +3,7 @@ package DBIx::Class::Schema::Loader::Table::Sybase; use strict; use warnings; use base 'DBIx::Class::Schema::Loader::DBObject::Sybase'; +use mro 'c3'; =head1 NAME @@ -20,9 +21,9 @@ L, L, L, L -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE