This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ deploy_script:
4343- cmd : >-
4444 if "%MSVC_VERSION%" == "10" exit /b
4545 nmake install CCTYPE=MSVC120 USE_NO_REGISTRY=define
46- C:\cperl\usr\ bin\cperlivp
46+ C:\cperl\bin\cperlivp
4747 7z a -y -sfx cperl-%APPVEYOR_REPO_TAG_NAME%-win%PLATFORM%.exe c:\cperl\
4848 del /s /f /q C:\cperl
4949
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) {
261261 if ($Is_Cygwin ) {
262262 $perldll = $libperl ;
263263 } else {
264- $perldll = ' perl5' .$Config {patchlevel }.' .' .$so ;
264+ $perldll = ( $Config { usecperl } ? ' c ' : ' ' ) . ' perl5' .$Config {patchlevel }.' .' .$so ;
265265 }
266266
267267 if ($dlsrc ne " dl_none.xs" ) {
Original file line number Diff line number Diff line change @@ -1185,7 +1185,8 @@ Extensions_realclean:
11851185
11861186# -------------------------------------------------------------------------------
11871187
1188- doc : $(PERLEXE ) ..\pod\perltoc.pod
1188+ doc :
1189+ $(PERLEXE ) -f ..\p od\b uildtoc -q
11891190 $(PERLEXE ) ..\i nstallhtml --podroot=.. --htmldir=$(HTMLDIR ) \
11901191 --podpath=pod:lib:utils --htmlroot=" file://$( INST_HTML::=| ) " \
11911192 --recurse
You can’t perform that action at this time.
0 commit comments