I am trying to install Sqitch on Strawberry Perl (Windows 10) by following the steps from here but failed:
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
I am not sure why I got these 2 problems:
- '--nosuchscript.ply--' is not recognized as an internal or external command
- Got 0 parameters but expected at least 1 for _check_set_locale_params
What steps do I need to do to fix them? Thank you.