This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / vos / perl.bind
CommitLineData
495c5fdc
PG
1name: perl;
2
3/* entry: main; */
4
495c5fdc
PG
5modules: miniperlmain,
6 av,
7 deb,
8 doio,
9 doop,
10 dump,
11 globals,
12 gv,
13 hv,
4849278d 14 locale,
495c5fdc 15 mg,
4849278d 16 numeric,
495c5fdc
PG
17 op,
18 perl,
24e8e380 19 perlapi,
495c5fdc
PG
20 perlio,
21 perly,
22 pp,
23 pp_ctl,
24 pp_hot,
4849278d 25 pp_pack,
d94834ab 26 pp_sort,
495c5fdc
PG
27 pp_sys,
28 regcomp,
29 regexec,
30 run,
31 scope,
32 sv,
33 taint,
34 toke,
35 universal,
24e8e380 36 utf8,
495c5fdc 37 util,
5b8c1387 38 xsutils;
495c5fdc
PG
39
40end;