I’ll probably play around with Perl today. I was using Cygwin and trying to build the ParaTools module but I found out that I dont have Module::Build installed. Using CPAN to install it game me an error
– NOT OK
Running make test
Can’t test without successful make
Running make install
make had returned bad status, install seems impossible
Solution is given below
$cpan
cpan> o conf make /usr/bin/make.exe
cpan> install Module::Build