On Wed, 5 Jun 2002, Stas Bekman wrote: > you said that subs attributes work in 1.x and 2.x. But if 1.x is running > with perl 5.005_3 the subs attrs won't work. This is the part that I > don't understand. As Herbert later said he is actually developing for 1.x.
i said: >> one needs at least 5.6.0 to run 2.0 >> not concerned that < 5.6.0 has no support for subroutine attributes. ^^^^^^^^^^^^^ a module using method handlers that wishes to also run with 2.0 should probably add: use 5.006; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]