This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a missing #endif forgotten by #4035.
[perl5.git] / vos / perl.bind
CommitLineData
495c5fdc
PG
1name: perl;
2
3/* entry: main; */
4
5variables:
6 s$c_options init (4); /* Use VOS-style pathnames. */
7
8modules: miniperlmain,
9 av,
10 deb,
11 doio,
12 doop,
13 dump,
14 globals,
15 gv,
16 hv,
17 mg,
18 op,
19 perl,
20 perlio,
21 perly,
22 pp,
23 pp_ctl,
24 pp_hot,
25 pp_sys,
26 regcomp,
27 regexec,
28 run,
29 scope,
30 sv,
31 taint,
32 toke,
33 universal,
34 util,
35 vos_dummies,
36 tcp_runtime,
37 tcp_gethost;
38
39end;