svn commit: r472431 - /perl/modperl/trunk/lib/Apache2/Status.pm

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 01:15:37 2006 New Revision: 472431 URL: http://svn.apache.org/viewvc?view=rev&rev=472431 Log: http://rt.cpan.org/Ticket/Display.html?id=22881 Make sue the fine in %INC is -e and therefore hopefully stat() able. Previously fatal warnings caused this to bomb.

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

2006-11-08 Thread pgollucci
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.

svn commit: r472441 - /perl/modperl/trunk/RELEASE

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 01:59:07 2006 New Revision: 472441 URL: http://svn.apache.org/viewvc?view=rev&rev=472441 Log: restoring 471903 which was clearly committed here r468765 I'm not sure how it was able to commit that twice -- the up-to-date check should have failed. I also shouldn'

svn commit: r472749 - /perl/modperl/trunk/lib/ModPerl/Manifest.pm

2006-11-08 Thread pgollucci
Author: pgollucci Date: Wed Nov 8 18:58:44 2006 New Revision: 472749 URL: http://svn.apache.org/viewvc?view=rev&rev=472749 Log: recode get_svn_files() to work with SVN clients < 1.4.0 and 1.4.0+ simultaneously [.svn dirs in 1.4.0+ are now a binary format not XML] Modified: perl/modperl/tru