1.00

2004-05-14 Thread Joshua N Pritikin
- Forwarded message from PAUSE <[EMAIL PROTECTED]> - The uploaded file Event-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JP/JPRIT/Event-1.00.tar.gz size: 245384 bytes md5: be0eb302d8fb5729c500b32008023451 signature.asc Description: Digital signature

curiosity: C Event API users?

2004-05-14 Thread pcg
Just out of curiosity: Are there any GEventAPI (C-level API) users of Event around? google can only find Coro and Event::Stats. (It's because I think the C level API was such a great idea that I modelled the Coro C api the same way). -- -==-

Re: Event seems to break it's C API

2004-05-14 Thread pcg
On Fri, May 14, 2004 at 06:59:25PM +0530, Joshua N Pritikin <[EMAIL PROTECTED]> wrote: > On Thu, May 13, 2004 at 06:08:01PM +0200, Marc A. Lehmann wrote: > > Hi, with the current release of Event my programs start to fail with > > this error message: > > > >Event: attempt to invoke now() met

Re: Event seems to break it's C API

2004-05-14 Thread Joshua N Pritikin
On Thu, May 13, 2004 at 06:08:01PM +0200, Marc A. Lehmann wrote: > Hi, with the current release of Event my programs start to fail with > this error message: > >Event: attempt to invoke now() method with callback unset on watcher >'??' at Event/t/00_basic.t line 13 Wow, I must have been

Event seems to break it's C API

2004-05-14 Thread pcg
Hi, with the current release of Event my programs start to fail with this error message: Event: attempt to invoke now() method with callback unset on watcher '??' at Event/t/00_basic.t line 13 I do, however, set the callback exactly as specified in the Event::MakeMaker manpage: /*