I completely refactored
EventQueue so that it oculd have Handlers. What this means is that now I can have a mod_perl, mod_perl2 and cgi handler and I can move the Static view to be a handler because that's what it essentially is. The Handler is responsible for taking the environment and splitting it into things
EventQueue needs such as the path
(
Read more... )