Bug 20443: Fix POD
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 21 Jan 2020 12:03:56 +0000 (13:03 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 13:49:23 +0000 (13:49 +0000)
commit8bcfd1c21177d98b0c7b839092befaa78993baeb
treecb595f371a5bb2f747df617f11056a004648d3e4
parent4bad6ec25feceb9a1a7701b5f7ac113f9a1ffa1b
Bug 20443: Fix POD

Fixes the following failures:

 FAIL Koha/Patron/Attribute.pm
   FAIL   pod
*** ERROR:
empty =head3

 in file Koha/Patron/Attribute.pm

*** ERROR:
empty =head3

 in file Koha/Patron/Attribute.pm

 FAIL Koha/Patron/Attributes.pm
   FAIL   pod
*** ERROR:
empty =head3

 in file Koha/Patron/Attributes.pm

   FAIL   pod coverage
POD is missing for merge_with
POD is missing for object_class

 FAIL Koha/Patrons.pm
   FAIL   spelling
 paramter  ==> parameter

except the missing pod for object_class, not needed.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patron/Attribute.pm
Koha/Patron/Attributes.pm
Koha/Patrons.pm