From: Chip Salzenberg Date: Thu, 2 Jan 1997 23:18:00 +0000 (+1200) Subject: Add entry for prototype() in Pod::Functions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b33cabaaf2fbe2e84c6a13a9b0a7fce45959c4f;p=p5sagit%2Fp5-mst-13.2.git Add entry for prototype() in Pod::Functions --- diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 6db7cfd..3cc9b38 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