diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-30 17:38:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-30 17:38:37 +0000 |
commit | d94834abd0277fe0525926ade15e64e36f536cc5 (patch) | |
tree | 77676de4f74d3e4996e2e119af12dbc7bf9ec6a0 /vos | |
parent | 73263a9c879bb91146ce71ce1a4ec787ecd01b6c (diff) | |
download | perl-d94834abd0277fe0525926ade15e64e36f536cc5.tar.gz |
VOS needs to know the modules, including pp_sort.
p4raw-id: //depot/perl@13389
Diffstat (limited to 'vos')
-rw-r--r-- | vos/perl.bind | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vos/perl.bind b/vos/perl.bind index e301fe0f46..d74965e49e 100644 --- a/vos/perl.bind +++ b/vos/perl.bind @@ -23,6 +23,7 @@ modules: miniperlmain, pp_ctl, pp_hot, pp_pack, + pp_sort, pp_sys, regcomp, regexec, |