patch 7.4.1125
Problem:    There is no perleval().
Solution:   Add perleval(). (Damien)
diff --git a/src/version.c b/src/version.c
index a1eb083..239d385 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1125,
+/**/
     1124,
 /**/
     1123,