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
1 name:     perl;
2
3 /* entry:    main; */
4
5 modules:  miniperlmain,
6           av,
7           deb,
8           doio,
9           doop,
10           dump,
11           globals,
12           gv,
13           hv,
14           locale,
15           mg,
16           numeric,
17           op,
18           perl,
19           perlapi,
20           perlio,
21           perly,
22           pp,
23           pp_ctl,
24           pp_hot,
25           pp_pack,
26           pp_sys,
27           regcomp,
28           regexec,
29           run,
30           scope,
31           sv,
32           taint,
33           toke,
34           universal,
35           utf8,
36           util,
37           xsutils;
38
39 end;