I download the portable strawberry perl version perl-5.18.1.1 from http://strawberryperl.com/releases.html and unzip it
When I run the protableshell.bat
and then run cpan> install some::module
i get always the below error message "The system cannot find the path specified."
below an example of the error i get when trying to install Text::CSV_XS for example
Welcome to Text::CSV (v.1.32)
=============================
If you install Text::CSV_XS v.0.99, it makes Text::CSV faster.
Checking if your kit is complete...
Looks good
Writing Makefile for Text::CSV
Writing MYMETA.yml and MYMETA.json
The system cannot find the path specified.
MAKAMAKA/Text-CSV-1.32.tar.gz
C:\strawberry-perl-5.18.1.1-64bit-portable\c\bin\dmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'Text::CSV'.
Failed during this command:
MAKAMAKA/Text-CSV-1.32.tar.gz : make NO
What could be the problem here ?