From 47ee62f0d00527987d427f6685a2aaecc11c2b21 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 4 Sep 2017 09:27:09 +0200 Subject: [PATCH] Bug 18811: [QA Follow-up] Resolved POD warnings 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 Signed-off-by: Jonathan Druart (cherry picked from commit 562435e767c99670dd9fb8935a2ed483b7a61930) Signed-off-by: Fridolin Somers --- Koha/Authority/Subfields.pm | 4 ++++ Koha/Authority/Tags.pm | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Koha/Authority/Subfields.pm b/Koha/Authority/Subfields.pm index 121b7951b5..ff63718839 100644 --- a/Koha/Authority/Subfields.pm +++ b/Koha/Authority/Subfields.pm @@ -39,6 +39,10 @@ sub _type { return 'AuthSubfieldStructure'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Authority::Subfield'; } diff --git a/Koha/Authority/Tags.pm b/Koha/Authority/Tags.pm index a621071a7e..7a244178be 100644 --- a/Koha/Authority/Tags.pm +++ b/Koha/Authority/Tags.pm @@ -39,6 +39,10 @@ sub _type { return 'AuthTagStructure'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Authority::Tag'; } -- 2.39.5