diff options
author | ivan <ivan> | 1999-02-09 09:38:15 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-02-09 09:38:15 +0000 |
commit | 9e95f24c0c93f9ca0c8d07041478bc1b36c571d8 (patch) | |
tree | e4a04129dccc6958aa7fb5093237a80f94d195b7 /htdocs/docs/man/UID.txt | |
parent | 2d5b6a99008439861b047739d1064fd828eccc7d (diff) |
regenerated perl api docs from embedded pod
Diffstat (limited to 'htdocs/docs/man/UID.txt')
-rw-r--r-- | htdocs/docs/man/UID.txt | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/htdocs/docs/man/UID.txt b/htdocs/docs/man/UID.txt index e24636487..7c4b1abc5 100644 --- a/htdocs/docs/man/UID.txt +++ b/htdocs/docs/man/UID.txt @@ -69,6 +69,9 @@ CALLBACKS $coderef = sub { warn "Hi, I'm returning your call!" }; $FS::UID::callback{'Package::Name'}; +VERSION + $Id: UID.txt,v 1.3 1999-02-09 09:37:52 ivan Exp $ + BUGS Too many package-global variables. @@ -111,11 +114,22 @@ HISTORY inlined suidsetup ivan@sisd.com 98-sep-12 $Log: UID.txt,v $ - Revision 1.2 1998-11-13 09:56:37 ivan - change configuration file layout to support multiple distinct databases (with - own set of config files, export, etc.) - Revision 1.3 1998/11/08 10:45:42 ivan got sub - cgi for FS::CGI + Revision 1.3 1999-02-09 09:37:52 ivan + regenerated perl api docs from embedded pod + Revision 1.7 1999/01/18 09:22:40 ivan changes + to track email addresses for email invoicing + + Revision 1.6 1998/11/15 05:27:48 ivan bugfix for new + configuration layout + + Revision 1.5 1998/11/15 00:51:51 ivan eliminated some warnings + on certain fatal errors (well, it is less confusing) + + Revision 1.4 1998/11/13 09:56:52 ivan change configuration file + layout to support multiple distinct databases (with own set of + config files, export, etc.) + + Revision 1.3 1998/11/08 10:45:42 ivan got sub cgi for FS::CGI Revision 1.2 1998/11/08 09:38:43 ivan cgisuidsetup complains if you pass it a isa CGI::Base instead of an isa CGI (first step in |