patch 9.0.0755: huge build on macos always fails on CI

Problem:    Huge build on macos always fails on CI.
Solution:   Temporarily disable the perl interface.
diff --git a/src/version.c b/src/version.c
index 90fff9a..a917dfd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    755,
+/**/
     754,
 /**/
     753,