in reply to Overriding method in multiple DBIx::Class child classes

Without thinking about this too much, can you just put the logging code in one place, then call it from each of the four methods?

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re: Overriding method in multiple DBIx::Class child classes

Replies are listed 'Best First'.
Re^2: Overriding method in multiple DBIx::Class child classes
by MattLG (Beadle) on Sep 19, 2016 at 09:46 UTC

    Yes, that would work. I'd rather do it in a cleaner OO way if possible though.