in reply to Warnings from reusable code

Update: It appears that use warnings with your own categories will be scoped lexically, thanks to its saving the state in a magic variable.

I wonder if the magic %^H could be used for our own custom things?