Add error msg for MP_AP_PREFIX

2006-10-04 Thread Nikolay Ananiev
I tried to install mp2 with perl Makefile.PL MP_AP_PREFIX=c:\some\path but the path was wrong and I got this ugly message: Use of uninitialized value in concatenation (.) or string at lib/ModPerl/BuildOp tions.pm line 138, line 23. This patch adds a nice error message. Index: BuildOptions.pm ==

Re: Add error msg for MP_AP_PREFIX

2006-10-04 Thread Paul Johnson
On Wed, Oct 04, 2006 at 01:49:21PM +0300, Nikolay Ananiev wrote: > This patch adds a nice error message. > > Index: BuildOptions.pm > === > --- BuildOptions.pm (revision 452813) > +++ BuildOptions.pm (working copy) > @@ -121,6 +121,1

Re: Add error msg for MP_AP_PREFIX

2006-10-04 Thread Nikolay Ananiev
You're right. -d seems better. Index: BuildOptions.pm === --- BuildOptions.pm (revision 452813) +++ BuildOptions.pm (working copy) @@ -121,6 +121,11 @@ require Win32; $val = Win32::GetShortPat

Re: Add error msg for MP_AP_PREFIX

2006-10-04 Thread Philip M. Gollucci
Paul Johnson wrote: On Wed, Oct 04, 2006 at 01:49:21PM +0300, Nikolay Ananiev wrote: This patch adds a nice error message. Committed revision 453096. ( -d version) This will be in 2.0.3-rc2 and thus 2.0.3. Thanks. --