Bug 18811: [QA Follow-up] Resolved POD warnings
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 4 Sep 2017 07:27:09 +0000 (09:27 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Sep 2017 14:30:40 +0000 (11:30 -0300)
Trivial changes to silence qa tools on POD warnings for Subfields and Tags.

Note: Since Subfield and Tag only contain one sub which is considered as
private by Pod::Coverage, these modules are listed as unrated (no public
symbols defined) and trigger a FAIL on pod coverage in qa tools. This fail
can be ignored.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Authority/Subfields.pm
Koha/Authority/Tags.pm

index 121b795..ff63718 100644 (file)
@@ -39,6 +39,10 @@ sub _type {
     return 'AuthSubfieldStructure';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Authority::Subfield';
 }
index a621071..7a24417 100644 (file)
@@ -39,6 +39,10 @@ sub _type {
     return 'AuthTagStructure';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Authority::Tag';
 }