X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FManyToMany.pm;fp=lib%2FDBIx%2FClass%2FRelationship%2FManyToMany.pm;h=8237602b90d2475a544f9a1e0b68b043a0f54d2f;hb=1daf13637feee7722e7bbaddb608920c9f8fd1df;hp=ef63b088482b8c0e8493f36d1a38c2e85ae86156;hpb=03f6d1f7b65051799423237e9401689c1b43ad95;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Relationship/ManyToMany.pm b/lib/DBIx/Class/Relationship/ManyToMany.pm index ef63b08..8237602 100644 --- a/lib/DBIx/Class/Relationship/ManyToMany.pm +++ b/lib/DBIx/Class/Relationship/ManyToMany.pm @@ -138,7 +138,7 @@ EOW ); $self->throw_exception( - "Custom relationship '$rel' does not resolve to a join-free condition, " + "Relationship '$rel' does not resolve to a join-free condition, " ."unable to use with the ManyToMany helper '$f_rel'" ) if $crosstable;