As verified by Doug MacEachern.
[p5sagit/p5-mst-13.2.git] / vos / perl.bind
index 731d7c0..6531c05 100644 (file)
@@ -2,9 +2,6 @@ name:     perl;
 
 /* entry:    main; */
 
-variables:
-          s$c_options init (4);    /* Use VOS-style pathnames. */
-
 modules:  miniperlmain,
           av,
           deb,
@@ -14,16 +11,21 @@ modules:  miniperlmain,
           globals,
           gv,
           hv,
+          locale,
           mg,
+          numeric,
           op,
           perl,
+          perlapi,
           perlio,
           perly,
           pp,
           pp_ctl,
           pp_hot,
+          pp_pack,
+          pp_sort,
           pp_sys,
-          regcomp,
+          reentr,
           regexec,
           run,
           scope,
@@ -31,9 +33,8 @@ modules:  miniperlmain,
           taint,
           toke,
           universal,
+          utf8,
           util,
-          vos_dummies,
-          tcp_runtime,
-          tcp_gethost;
+          xsutils;
 
 end;