Subject: | Return value of `get` magic |
Although the documentation says that only the return value of `len` is significant, what I've found is that if you return $_[0] from `get` magic, all is well; but if you return anything else you occasionally get "not numeric" warnings.
Is this a known issue? If not, I can attempt to put together a minimal test case.