Extend proxy rel attr
authorwreis <wallace@reis.org.br>
Thu, 23 Sep 2010 13:39:39 +0000 (10:39 -0300)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 4 Oct 2010 13:54:01 +0000 (15:54 +0200)
commit97c96475ed1bdd955ba0e6c4f22087ca05c64162
treee40b730e6b57208731b52a767006c4b21dc5e503
parent754cf88e231187af26e524a99130357fb5dbb500
Extend proxy rel attr

The proxy rel attribute can be specified as a hashref and arrayref,
in order to create delegation methods to a related class.

- Test cases for extending proxy rel attr
- Update Relationship::Base docs and Changes file
Changes
lib/DBIx/Class/Relationship/Base.pm
lib/DBIx/Class/Relationship/ProxyMethods.pm
t/lib/DBICTest/Schema.pm
t/lib/DBICTest/Schema/Bookmark.pm
t/lib/DBICTest/Schema/CD.pm
t/lib/DBICTest/Schema/Tag.pm
t/lib/DBICTest/Schema/Track.pm
t/relationship/proxy.t [new file with mode: 0644]