Subject: | MX::P::V profile caching does not work with method modifiers |
Another critical bug; when a MX::PV is used like this:
around foo => sub {
validated_hash(...)
}
The cache key is set to:
CACHE KEY = Class::MOP::Class:::around
This means EVERY method modifier in your application now has this
profile, which of course breaks things horribly.