Subject: | _default's ARG1 disapears |
On line 968 or POE::Kernel, we have :
@$etc = ( );
This erase's _default's ARG1, which is the arrayref containing
[ 'event-name', \@ORIGINALARGS ]
This means that if you blithly pass ARG1 to another event, or keep your hands on it, you end up with a suprisingly empty arrayref.
This should be either documented as happening (so that _default does a shallow copy) or the erasing should be conditional. I don't fully grok why you want to erase it.
Message body not shown because it is not plain text.