Subject: | [PATCH] Handling spaces in path to perl install dir |
Hi,
please have a look at the following patch:
http://svn.ali.as/cpan/users/kmx/perl-modules-patched/ExtUtils-MakeMaker-6.55_02.diff
It tries to handle a situation when user has installed his/her perl into
a directory with name contains spaces. Currently available version
ExtUtils-MakeMaker-6.55_02 generates in such a situation a Makefile that
does not work well as it simply does not use enough double quotes around
values containing full path to files and/or dirs with spaces in their names.
I have tested this patch just Win32/strawberry perl but it should not
harm MakeMaker functionality for any other platform.
Thanks in advance for considering the proposed patch.
--
kmx