in reply to Mason's interpretation of INIT blocks

Just to follow up on ysth's comment, what you need to do is make sure that the INIT blocks are removed, or else make sure that your module is preloaded when mod_perl starts.

Of the two, I strongly recommend removing INIT blocks. And the fact that Attribute::Handlers has a dependency on CHECK and INIT is a major reason that I personally avoid attributes.

  • Comment on Re: Mason's interpretation of INIT blocks