On Mon, 21 Jan 2002, Stas Bekman wrote:
> A "method handler" is now specified using the `method' sub attribute, e.g.
>
> sub handler : method {};
>
> instead of 1.xx's
>
> sub handler ($$) {}
there's no need to support that in 2.0, since 1.x has supported the method
attribute for nearly 2 years:
=item 1.24 - May 16, 2000
'sub handler : method {}' is now treated as a method handler
so that code will work with both 1.x and 2.x.
and several callbacks in 2.0 have more arguments than $r, so $$
doesn't make sense anymore.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]