Geoffrey Young wrote:
keep in mind that neither book mentions the use of subroutine attributes, which is allowed in 1.3 but the only way in 2.0sub handler : method { ... }
I am 99% sure that Attribute handlers wont work in 1.3 because Attribute::Handlers use CHECK{} blocks to set up the handlers. CHECK blocks do not work in mod_perl under Apache 1.3 (search the list archives for the reason). So because CHECK blocks never execute in mod_perl under Apache 1.3 attribute handlers wont work. I tried to get them work in under Apache 1.3 a few months ago, and gave up because of the CHECK restrictions.
Mike