Subject: | MethodAttributes don't seem to propogate on override |
I recently had an issue with my Catalyst chaining attributes failing to
work with action_for; they would cease to work when I override the action
involved.
After some troubleshooting, t0m on #catalyst came to the conclusion (and
pointed me to https://github.com/bobtfish/moosex-
methodattributes/commit/217f56eac96a5cd8bf6980a4e63462f45590d87c ) that
MooseX::MethodAttributes is to blame.
I'm adding this bug at his request. He wanted me to remind him of the
test he just wrote.