Mason uses a custom templating system that we have decided
against. I tried to get the existing code (v1.1) to run
under Apache::Registry and partially succeeded. To make it
work though, we need to get rid of unnecessary global
variables (via use strict) and turn on warings (-w).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=224605
Mason uses a custom templating system that we have decided
against. I tried to get the existing code (v1.1) to run
under Apache::Registry and partially succeeded. To make it
work though, we need to get rid of unnecessary global
variables (via use strict) and turn on warings (-w).