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

Hey, that worked! Thanks!

Is that because the update() in MyDB::Audit isn't overriding a parent method in DBIx::Class, so it finds the next appropriate "parent" method?

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

Replies are listed 'Best First'.
Re^3: Overriding method in multiple DBIx::Class child classes
by Your Mother (Archbishop) on Sep 19, 2016 at 12:59 UTC