Replace Pervasives.* with Stdlib.*

Since OCaml 4.07 (released 2018-07-10) the always-loaded standard
library module has been called Stdlib.  The old Pervasives module was
finally removed in OCaml 5.

$ perl -pi.bak -e 's/Pervasives\./Stdlib./g' -- `git ls-files`

OCaml >= 4.07 is now required.

Also update the common submodule with:

  commit d61cd820b49e403848d15c5deaccbf8dd7045370
  Author: Jürgen Hötzel
  Date:   Sat May 20 18:16:40 2023 +0200

    Add support for OCaml 5.0
This commit is contained in:
Richard W.M. Jones
2023-05-22 16:40:21 +01:00
parent 32408a9c36
commit 3cb094083e
5 changed files with 8 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ virt tools which are still written in Perl.
I<Required>. Part of Perl core.
=item OCaml E<ge> 4.04
=item OCaml E<ge> 4.07
=item OCaml findlib