X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FRelationships.pm;fp=lib%2FDBIx%2FClass%2FCDBICompat%2FRelationships.pm;h=be7b5bf13f3b0f8df84938bd23b630b9da29755e;hp=64bcc3c39ee58087581a14a5cb16d95c18693978;hb=a2bd379666d729133d65c85dc775627937084b18;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1 diff --git a/lib/DBIx/Class/CDBICompat/Relationships.pm b/lib/DBIx/Class/CDBICompat/Relationships.pm index 64bcc3c..be7b5bf 100644 --- a/lib/DBIx/Class/CDBICompat/Relationships.pm +++ b/lib/DBIx/Class/CDBICompat/Relationships.pm @@ -206,4 +206,17 @@ sub new_related { return shift->search_related(shift)->new_result(shift); } +=head1 FURTHER QUESTIONS? + +Check the list of L. + +=head1 COPYRIGHT AND LICENSE + +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. + +=cut + 1;