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=3fa376520a0fc328456318e6e2c0553472594938;hpb=c52f11c91a8570f84daf2bfbbf60fa1ef3b32b5b;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 3fa3765..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.07042'; +our $VERSION = '0.07045'; 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