>> I think this is the same problem that just came up in a different >> circumstance - $INC{'mod_perl.pm'} being a virtual file in mp2. > > Geoff, Stas and I had a converstation about this before which led to a > change > > http://svn.apache.org/viewcvs.cgi?rev=280262&view=rev > > I agree, that this needs to change, but it should make use of that?
hmm, what was the rationale from changing it from __FILE__ to /dev/null? just Apache2::Status? why not undef instead of some fake entry? it's just a hash afterall :) --Geoff