in reply to Re: Build Perl win32 with a ' ' in install dir
in thread Build Perl win32 with a ' ' in install dir

Thanks, but if I move my new Perl, how will it find its lib/Config.pm lib/Config_heavy.pm and lib/CPAN/Config.pm at their new locations ?

  • Comment on Re^2: Build Perl win32 with a ' ' in install dir

Replies are listed 'Best First'.
Re^3: Build Perl win32 with a ' ' in install dir
by Corion (Patriarch) on Jan 06, 2020 at 13:22 UTC

    These paths (well, @INC) get set up relative to the location of perl.exe, as long as you have userelocatableinc set to a true value in your Makefile. This should be the default on Windows anyway.