X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FRelBuilder%2FCompat%2Fv0_040.pm;h=45bfae3d008cd98c8d3a53c2fed5ffd3ad7b9da8;hb=b87ab3912a3fd6e7b3eb435d492247961a040c7f;hp=c58d9a59cb5efc1a98f4dfd290c2373322eb98b5;hpb=a6900c9127d90a9bec26228a16f68a11cc13fb1d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm index c58d9a5..45bfae3 100644 --- a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm +++ b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm @@ -5,7 +5,7 @@ use warnings; use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_05'; use mro 'c3'; -our $VERSION = '0.07039'; +our $VERSION = '0.07043'; sub _relnames_and_method { my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_; @@ -48,9 +48,9 @@ compatibility with DBIx::Class::Schema::Loader version 0.04006 See L and L. -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE