We are keeping ->_plugins->{} for a reason.
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 16 Apr 2012 08:12:02 +0000 (09:12 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 16 Apr 2012 08:12:02 +0000 (09:12 +0100)
commit1e08932999c6102add7c2abfe147d2aa7e14f1d5
tree715649ca59c1709522ab47494ce12fc70b52d308
parent57746b806ef4de802abec0c4a38a9524eb359661
We are keeping ->_plugins->{} for a reason.

Use that reason to stop MRO errors. We could instead break in this case,
which I considered - however I think the behaviour I had is closer to
what was originally intended, and the simple auth helper from the book
has a habit of doing this.. If anyone feels strongly however, I'd be
entirely in favour of this becoming fatal instead...
Changes
lib/Catalyst.pm