Bug 7785: (follow-up) standardize POD
authorGalen Charlton <gmc@esilibrary.com>
Tue, 13 Aug 2013 16:15:30 +0000 (16:15 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 13 Aug 2013 16:15:30 +0000 (16:15 +0000)
commita36b3ad43a6a91f800d0d8a148a217d738236d7e
treeae1667d945fd02d25c58127f52996de40b88fd0f
parent07716ca15bdc8164dcbc6d70fa1e3f5b8bffcff3
Bug 7785: (follow-up) standardize POD

This makes the POD for the columns() function consistent
with the rest of C4/Members.pm.  It also removes a note
that can be relegated to the bug report and the Git
history.

Also, since C4::Members::columns() is not actually a
class method, this patch changes the invocation to
not call it that way.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Members.pm
t/db_dependent/Members_columns.t
tools/import_borrowers.pl