We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ee1c0 commit 38f22f9Copy full SHA for 38f22f9
src/Make_mvc.mak
@@ -785,7 +785,7 @@ PERL_EXE = $(PERL)\Bin$(PERL_ARCH)\perl
785
PERL_INC = /I $(PERL_INCDIR)
786
PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
787
XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
788
-!if exist($(XSUBPP)
+!if exist($(XSUBPP))
789
XSUBPP = $(PERL_EXE) $(XSUBPP)
790
!else
791
XSUBPP = xsubpp
src/version.c
@@ -709,6 +709,8 @@ static char *(features[]) =
709
710
static int included_patches[] =
711
{ /* Add new patch number below this line */
712
+/**/
713
+ 314,
714
/**/
715
313,
716
0 commit comments