Subject: | Allow flow control method calls in ControlStructures::ProhibitPostfixControls |
It would be nice to be able to configure certain method calls as allowed
to pass ControlStructures::ProhibitPostfixControls. For example, a
->throw method on an exception class behaves the same for flow control
as a die or croak.