Bug 9718 - Add POD and comments for Check_Userid and Generate_Userid subs
authorDavid Cook <dcook@prosentient.com.au>
Wed, 27 Feb 2013 04:26:08 +0000 (15:26 +1100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 21 Mar 2013 13:57:21 +0000 (09:57 -0400)
commit271bfff521bd569b9841e631f61e0cd5adfa609b
tree5b8c5d839211ef598c56c00f8d78120baa39d50a
parent6a0157408a76994a0212ae4f0d4c772e1f35b396
Bug 9718 - Add POD and comments for Check_Userid and Generate_Userid subs

Add plain English explanations in POD blocks for how the Check_Userid and Generate_Userid subs work.

Also add a comment explaining how the do loop works with the while condition in Generate_Userid, since the condition is worded awkwardly.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
String patch adding documentation.
POD test and other tests pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Members.pm