geoff 2003/10/30 11:51:38
Modified: . Changes
Log:
change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart
Revision Changes Path
1.685 +3 -0 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.684
retrieving revision 1.685
diff -u -r1.684 -r1.685
--- Changes 9 Oct 2003 05:35:32 -0000 1.684
+++ Changes 30 Oct 2003 19:51:38 -0000 1.685
@@ -10,6 +10,9 @@
=item 1.30_01-dev
+change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart
+[Geoffrey Young]
+
Fix a bug in Makefile.PL for Win32 where it would, in
certain cases, pick up the wrong Perl include directory
[Steve Hay]