Adrian Taylor <[EMAIL PROTECTED]> writes:

> Hi,
>
> Over the weekend I added some tests on 'undef' behaviour
> (t/builtins/undef.t):
>
> These behave as expected:
>
> eval_is('undef * 2', undef, 'undef * 2');

That's not what I'd expect. I'd expect it to return 0 and throw a warning
about numification.

Reply via email to