Subject: | Fails to register runmodes under mod_perl |
After moving a project to mod_perl (1.x), The subroutine attribute
style of run mode declaration quit working. The exact behavior was
silent failure-- The default "start" run mode would be loaded instead.
I didn't dig to find the root cause of this.
Instead, I ripped out this use of AutoRunmode so I could get on with
the project.
Perhaps this plugin /is/ compatible with mod_perl and there was
something additional in my environment that combined to create the
failure.