diff options
author | Chip Salzenberg <chip@perl.com> | 1997-01-03 11:18:00 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-03-09 11:57:19 +1200 |
commit | 1b33cabaaf2fbe2e84c6a13a9b0a7fce45959c4f (patch) | |
tree | f815a46f5a96bb36f581e8a29504d43c7c704451 /lib/Pod/Functions.pm | |
parent | 600c8ae7b003b98aa2ccd5dc29f6d111daae2010 (diff) | |
download | perl-1b33cabaaf2fbe2e84c6a13a9b0a7fce45959c4f.tar.gz |
Add entry for prototype() in Pod::Functions
Diffstat (limited to 'lib/Pod/Functions.pm')
-rw-r--r-- | lib/Pod/Functions.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 6db7cfd83c..3cc9b385a0 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -193,6 +193,7 @@ my Misc,Namespace declare and assign a local variable (lexical scoping) next Flow iterate a block prematurely no Modules unimport some module symbols or semantics at compile time package Modules,Objects,Namespace declare a separate global namespace +prototype Flow,Misc get the prototype (if any) of a subroutine oct String,Math convert a string to an octal number open File open a file, pipe, or descriptor opendir File open a directory |