in reply to Problem installing packages from cpan on windows 7
I edited Makefile to have PERL path as C:\\perl64\\bin\\perl.exe
Wrong approach. Simply use C:\perl64\bin\perl.exe to call Makefile.PL
C:\perl64\bin\perl.exe Makefile.PL
See A Guide To Installing Modules
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem installing packages from cpan on windows 7
by sarbjit (Initiate) on Mar 01, 2012 at 08:01 UTC | |
by Anonymous Monk on Mar 01, 2012 at 08:17 UTC | |
by sarbjit (Initiate) on Mar 01, 2012 at 09:58 UTC | |
by Anonymous Monk on Mar 01, 2012 at 10:35 UTC | |
by sarbjit (Initiate) on Mar 02, 2012 at 08:25 UTC |