geoff 2003/12/01 09:30:33
Modified: . Changes
Log:
fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
Revision Changes Path
1.687 +3 -0 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- Changes 26 Nov 2003 02:22:11 -0000 1.686
+++ Changes 1 Dec 2003 17:30:33 -0000 1.687
@@ -10,6 +10,9 @@
=item 1.30_01-dev
+fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
+[Geoffrey Young]
+
for some reason .pm files during the modperl build see $ENV{PERL5LIB}
set in Makefile.PL, which is used for generating Makefiles, as
"PERL5LIB=/path:/another/path" instead of "/path:/another/path"