diff options
author | Andreas König <a.koenig@mind.de> | 2003-04-03 10:28:52 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-04-03 08:50:55 +0000 |
commit | fccfe6e80534a889d72b03e3538ab2be19652487 (patch) | |
tree | df6ae829ea9ba58aadda9bef568717234096fcf7 /lib/Pod | |
parent | 9cf9e99436fcdd99f0b632c08f9046a4501b01b9 (diff) | |
download | perl-fccfe6e80534a889d72b03e3538ab2be19652487.tar.gz |
Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
p4raw-id: //depot/perl@19142
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/t/Functions.t | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Pod/t/Functions.t b/lib/Pod/t/Functions.t index 601aa50c9d..8f44d81201 100644 --- a/lib/Pod/t/Functions.t +++ b/lib/Pod/t/Functions.t @@ -80,7 +80,7 @@ Functions for SCALARs or strings: sprintf, substr, tr///, uc, ucfirst, y/// Regular expressions and pattern matching: - m//, pos, qr/PATTERN/, quotemeta, s///, split, study + m//, pos, qr/STRING/, quotemeta, s///, split, study Numeric functions: abs, atan2, cos, exp, hex, int, log, oct, rand, sin, sqrt, @@ -109,7 +109,7 @@ Functions for fixed length data or records: Functions for filehandles, files, or directories: -X, chdir, chmod, chown, chroot, fcntl, glob, ioctl, link, lstat, mkdir, open, opendir, readlink, rename, rmdir, - stat, symlink, umask, unlink, utime + stat, symlink, sysopen, umask, unlink, utime Keywords related to control flow of your perl program: caller, continue, die, do, dump, eval, exit, goto, last, @@ -124,14 +124,15 @@ Miscellaneous functions: Functions for processes and process groups: alarm, exec, fork, getpgrp, getppid, getpriority, kill, - pipe, qx/STRING/, setpgrp, setpriority, sleep, system, - times, wait, waitpid + pipe, qx/STRING/, readpipe, setpgrp, setpriority, sleep, + system, times, wait, waitpid Keywords related to perl modules: do, import, no, package, require, use Keywords related to classes and object-orientedness: - bless, dbmclose, dbmopen, package, ref, tie, untie, use + bless, dbmclose, dbmopen, package, ref, tie, tied, untie, + use Low-level socket functions: accept, bind, connect, getpeername, getsockname, |