Explicitly disallow redirection of has_many columns to main object
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 19 Apr 2013 12:32:06 +0000 (14:32 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 19 Apr 2013 14:46:27 +0000 (16:46 +0200)
commit1e1cea3877c13cf9dcccefe2ba7ac9f089e2d4bc
tree4271046bee4b6ca0897534eee44576dc26b0ffa0
parent975b573aff1f568f24951ca574fc636de396e506
Explicitly disallow redirection of has_many columns to main object

This can never work in practice, but it is too obscure to have a user catch it
lib/DBIx/Class/ResultSet.pm
t/prefetch/manual.t
t/resultset/inflatemap_abuse.t