1.02

2004-12-08 Thread Joshua N Pritikin
Let's hope the addition of generic watchers doesn't break anything. -- A new cognitive theory of emotion, http://openheartlogic.org signature.asc Description: This is a digitally signed message part

Re: PATCH: generic watchers with dataful events

2004-12-08 Thread Zefram
Joshua N Pritikin wrote: >OK, can you provide a test script for generic watchers? #!./perl -w use Test; plan test => 10; use Event; require Event::generic; my $src = Event::generic::Source->new; ok $src; my $w0 = Event->generic(parked => 1); ok $w0; eval { $w0->source(undef); }; ok $@, ""; eval