We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3b933 commit 8613264Copy full SHA for 8613264
.appveyor.yml
@@ -12,7 +12,8 @@ install:
12
- if not exist "C:\strawberry" cinst strawberryperl
13
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
14
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
15
- - cpanm --installdeps .
+ - cpanm --verbose Win32::ShellQuote
16
+ - cpanm --verbose --installdeps .
17
18
build_script:
19
- perl Makefile.PL
0 commit comments