From 4eb10593772f0e7ddc7f09c43d8d1e1e3bf7ea91 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Tue, 13 Apr 2021 09:09:11 -0300
Subject: [PATCH] Bug 23271: (QA follow-up) Minor POD fix

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
---
 Koha/Patron/Categories.pm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Koha/Patron/Categories.pm b/Koha/Patron/Categories.pm
index af59fb85e8..ae24b0bc5d 100644
--- a/Koha/Patron/Categories.pm
+++ b/Koha/Patron/Categories.pm
@@ -33,7 +33,9 @@ Koha::Patron::Categories - Koha Patron Category Object set class
 
 =cut
 
-=head3 type
+=head2 Internal methods
+
+=head3 _type
 
 =cut
 
@@ -41,6 +43,10 @@ sub _type {
     return 'Category';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Patron::Category';
 }
-- 
2.24.3 (Apple Git-128)