Author: pgollucci Date: Wed Nov 8 01:18:34 2006 New Revision: 472435 URL: http://svn.apache.org/viewvc?view=rev&rev=472435 Log: http://rt.cpan.org/Ticket/Display.html?id=22881
Make sure the file in %INC is -e and therefore hopefully stat() able. Previously fatal warnings caused this to bomb. Reported by: LGODDARD <[EMAIL PROTECTED]> Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?view=diff&rev=472435&r1=472434&r2=472435 ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Wed Nov 8 01:18:34 2006 @@ -12,6 +12,11 @@ =item 2.0.3-dev +Prevent things in %INC that are not stat() able +from breaking Apache2::Status 'Loaded Modules' +under fatal warnings. +[Philip M. Gollucci <[EMAIL PROTECTED]>] + When using MP_AP_PREFIX on WIN32 make sure that its a valid directory. [Nikolay Ananiev <[EMAIL PROTECTED]>]