doc ancient functions as deprecated
authorIvan Kohler <ivan@freeside.biz>
Mon, 1 Oct 2018 19:02:56 +0000 (12:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 1 Oct 2018 19:02:56 +0000 (12:02 -0700)
FS/FS/UID.pm

index 50a9178..ebda99e 100644 (file)
@@ -210,7 +210,7 @@ sub install_callback {
 
 =item cgi
 
 
 =item cgi
 
-Returns the CGI (see L<CGI>) object.
+(Deprecated) Returns the CGI (see L<CGI>) object.
 
 =cut
 
 
 =cut
 
@@ -220,9 +220,9 @@ sub cgi {
   $cgi;
 }
 
   $cgi;
 }
 
-=item cgi CGI_OBJECT
+=item setcgi CGI_OBJECT
 
 
-Sets the CGI (see L<CGI>) object.
+(Deprecated) Sets the CGI (see L<CGI>) object.
 
 =cut
 
 
 =cut