On Fri, Mar 29, 2002 at 11:34:26AM -0600, Michael Schout wrote:
> Has anyone else tried to use Attribute::Handlers under mod_perl? Any success
> stories?
Take a look at Apache::Handlers :)
I've been able to get both forms working (attribute and block).
Attribute::Handlers does require perl 5.6
I made an attempt to use Attribute::Handlers under mod perl today, and it
appears that this cant be done. What I was hoping to do was use
Attribute::Deprecated, and Attribute::Profiled in my perl handlers.That way
I could say something like:
package MyHandler;
sub whatever : Profiled { ...