Subject: | Assertion failure when $_[0] is not a hash |
If users make the mistake of having $self be the wrong type, an assertion
failure is a really mean way to report it. But that's what CXSA does.
Please test for $_[0] being an HV/AV as expected, and croak with
appropriate errors if they aren't.