Subject: | Allow postfix 'if' with die, croak, etc. |
Functions such as C<die> and C<croak> are commonly used as flow-control statements. Thus, it makes sense to permit these with a postfix 'if' statement. Also, C<warn> and <confess> are frequently used with a postfix 'if', though they are not really flow-controls.