You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/11/08 10:18:35 UTC

svn commit: r472435 - /perl/modperl/trunk/Changes

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 <LG...@cpan.org>

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 <pg...@p6m7g8.com>]
+
 When using MP_AP_PREFIX on WIN32 make sure that its
 a valid directory.
 [Nikolay Ananiev <an...@thegdb.com>]