Skip to content

Commit 8613264

Browse files
committed
Have AppVeyor install Win32::ShellQuote
Per recommendation from David Wheeler in pjf#29 (comment)
1 parent bf3b933 commit 8613264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ install:
1212
- if not exist "C:\strawberry" cinst strawberryperl
1313
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
1414
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
15-
- cpanm --installdeps .
15+
- cpanm --verbose Win32::ShellQuote
16+
- cpanm --verbose --installdeps .
1617

1718
build_script:
1819
- perl Makefile.PL

0 commit comments

Comments
 (0)