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=2f8dbc635e5ab7b325bfceabaaf93fc89db56ab3;hb=dc783fab900d073db1fb0e86b709cbb65bd364b7;hp=5909eed65bc72ff4cc5b9009f63fae94fdb0dc81;hpb=d75f8e7993a24250d69ed775830b1e366aa8d458;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 5909eed..2f8dbc6 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.07038'; +our $VERSION = '0.07045'; sub _relnames_and_method { my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_; @@ -33,7 +33,7 @@ sub _relnames_and_method { ($remote_relname) = $self->_inflect_plural(lc $local_table); } - return ( $remote_relname, $local_relname, 'has_many' ); + return ( $local_relname, $remote_relname, 'has_many' ); } sub _remote_attrs { } @@ -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