frioux / DBIx-Class-Helpers

https://metacpan.org/pod/DBIx::Class::Helpers
20 stars 38 forks source link

A tad cleaner ProxyResultMethod #66

Closed ribasushi closed 8 years ago

ribasushi commented 8 years ago

While reading https://github.com/frioux/DBIx-Class-Helpers/issues/39 I was looking at this and it occurred to me it can be improved a bit: only resort to internals grubbing in order to "touch" the slot into existence. Afterwards use set_column as usual to reinvoke the dirty/cache-invalidate/etc machinery.

frioux commented 8 years ago

Fixed via 13a70d62fa4