我正在尝试按照此处的步骤在 Strawberry Perl(Windows 10)上安装 Sqitch,但失败了:
Running Build for D/DW/DWHEELER/App-Sqitch-v1.1.0.tar.gz
Building App-Sqitch
DWHEELER/App-Sqitch-v1.1.0.tar.gz
C:\Strawberry\perl\bin\perl.exe ./Build -- OK
Running Build test for DWHEELER/App-Sqitch-v1.1.0.tar.gz
t/add.t ............. ok
t/base.t ............ 88/189 '--nosuchscript.ply--' is not recognized as an internal or external command,
operable program or batch file.
t/base.t ............ ok
t/blank.t ........... ok
t/bundle.t .......... ok
t/change.t .......... ok
t/changelist.t ...... ok
t/check.t ........... ok
t/checkout.t ........ ok
t/command.t ......... ok
t/config.t .......... ok
t/configuration.t ... ok
t/conn_cmd_role.t ... ok
t/cx_cmd_role.t ..... ok
t/datetime.t ........ 1/33 Got 0 parameters but expected at least 1 for _check_set_locale_params
我不确定为什么会遇到这两个问题:
- '--nosuchscript.ply--' 未被识别为内部或外部命令
- 有 0 个参数,但 _check_set_locale_params 至少需要 1 个参数
我需要采取哪些步骤来修复它们?谢谢你。