How to install Module::Build with strawberry perl in windows 7

I used strawberry perl in windows 7. I need to install Module::Build.

using command:

  • perl Makefile.pl
  • "C:/MinGW/bin/mingw32-make.exe"
  • "C:/MinGW/bin/mingw32-make.exe" test
  • "C:/MinGW/bin/mingw32-make.exe" install
  • But the 2nd command give another error:

    /usr/bin/perl.exe Build --makefile_env_macros 1 process_begin: CreateProcess(NULL, /usr/bin/perl.exe Build --makefile_env_macros 1, ...) failed. make (e=2): The system cannot find the file specified. Makefile:4: recipe for target 'all' failed mingw32-make.exe: *** [all] Error 2

    How can I solve these problems? Please help.

    链接地址: http://www.djcxy.com/p/19074.html

    上一篇: cuda 8.0安装后运行CUDA示例失败

    下一篇: 如何在windows 7中安装Module :: Build with strawberry perl