Re: event fails test 5 in callback
[email protected] (Jochen Stenzel)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
> JS> Which version of Solaris do you run?
>
> solaris 7 and linux 2.2.16-3
This is mysterious. I just rerun the tests on Solaris 2.7 (with perl5.00503)
and could perform them successfully.
> i can't grok the test code to see what test 5 is. it seems to
> dynamically generate the test number in the callback.
Test::ok() increments the test number per call, so number 5 should be
ok $warn, '/loop without active watchers/';
in t/callback.t.
Jochen