Rollback some mistaken indirect-call-elisions from e5053694
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 15 May 2016 20:52:18 +0000 (22:52 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 May 2016 15:00:06 +0000 (17:00 +0200)
commitab1043a6bf062356fd698fc984a22abf674885ef
tree47f3d491104c0d9cb38e0d2e521e5069f1a72f66
parentdd1853390485b141d014a59aa550fba966493784
Rollback some mistaken indirect-call-elisions from e5053694

The ::Realtionship::Base calls perform result-instance adjustments, thus
they CAN NOT be omitted

That would have been *really* embarrassing, good thing dependent smoking
caught this crap. Not adding an extra test at this point, but probably
should :/

Audit was performed by scrutinizing each line of:
grep -- '->' \
 <(git diff -U0 e50536940^..e50536940) \
 <(git diff -U0 77c3a5dca^..77c3a5dca) \
> argh.log
lib/DBIx/Class/Relationship/Accessor.pm
lib/DBIx/Class/Relationship/Base.pm
lib/DBIx/Class/Relationship/ProxyMethods.pm