This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
final touches for lexical warnings (from Paul Marquess)
[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,
14 mg,
15 op,
16 perl,
24e8e380 17 perlapi,
495c5fdc
PG
18 perlio,
19 perly,
20 pp,
21 pp_ctl,
22 pp_hot,
23 pp_sys,
24 regcomp,
25 regexec,
26 run,
27 scope,
28 sv,
29 taint,
30 toke,
31 universal,
24e8e380 32 utf8,
495c5fdc 33 util,
24e8e380 34 xsutils,
495c5fdc
PG
35 vos_dummies,
36 tcp_runtime,
37 tcp_gethost;
38
39end;