haven't looked to much, but it seems ModPerl::Registry does not compile
everything under the same root package as 1.x does with Apache::ROOT::
but instead does something more obscure that also requires no strict
'refs' all over the place. 1.x was much cleaner the way it maintains the
cache. 2.x seems to make it very difficult to have Apache::Status hook in
to browse the cache.
if ModPerl::Registry were similar to 1.x, the "Compiled Registry Scripts"
item in 1.x Apache::Status can be made to work with 2.0 using something
like:
eval {
Apache::Status->registry_cache(\%cache);
};
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|