On Mon, Aug 12, 2002 at 02:27:04PM -0700, Erick Calder wrote:
> >     Emits: connect_error(Error)
> >     Emits: read_error(Error)
> >     Emits: write_error(Error)
> 
> just a small comment.  I hate to type so could we in general support 2 types
> of the above declarations with the second being something more perlish like:
> 
>       emits {
>               connect_error(Error)
>               read_error(Error)
>               write_error(Error)
>               }
> 
> or like the C++ public/private labels:
> 
>       emits:
>               connect_error(Error)
>               read_error(Error)
>               write_error(Error)

I've added these to the documentation online.

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sf.net

Reply via email to