in reply to create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
make is executing the following:
destdir=; \ test -n "$destdir" && destdir="-d $destdir"; \ create-modulino.pl -m Module::ScanDeps::FindRequires \ -a find-requires $destdir -b D:/AllSBP\bin
This is a sh command, but it's being passed to cmd to an unsurprising result.
C:\>destdir=; \ 'destdir' is not recognized as an internal or external command, operable program or batch file.
This module's installer isn't portable.
|
---|