From fa873de1fdfe9cdf6c176078cd9b36189a52ca40 Mon Sep 17 00:00:00 2001 From: arensb Date: Thu, 10 Oct 2002 04:29:39 +0000 Subject: [PATCH] Added whitespace to make the POD work. Simplified references. --- C4/Accounts.pm | 3 ++- C4/Accounts2.pm | 3 ++- C4/Auth.pm | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index b97b5ce1ef..29696733ee 100755 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -246,10 +246,11 @@ END { } # module clean-up code here (global destructor) 1; __END__ + =back =head1 SEE ALSO -L +C4::Accounts2(3), DBI(3) =cut diff --git a/C4/Accounts2.pm b/C4/Accounts2.pm index e96c987ba2..72cc2c74cc 100755 --- a/C4/Accounts2.pm +++ b/C4/Accounts2.pm @@ -484,10 +484,11 @@ END { } # module clean-up code here (global destructor) 1; __END__ + =back =head1 SEE ALSO -L +DBI(3) =cut diff --git a/C4/Auth.pm b/C4/Auth.pm index 44cf5ddeea..112e8ecd8b 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -341,12 +341,13 @@ END { } # module clean-up code here (global destructor) 1; __END__ + =back =head1 SEE ALSO -L +CGI(3) -L +Digest::MD5(3) =cut -- 2.20.1