This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rewrite $. entry and switch to -> syntax
[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,
495c5fdc
PG
26 pp_sys,
27 regcomp,
28 regexec,
29 run,
30 scope,
31 sv,
32 taint,
33 toke,
34 universal,
24e8e380 35 utf8,
495c5fdc 36 util,
5b8c1387 37 xsutils;
495c5fdc
PG
38
39end;