From 8236a7f65991840611b52c762321f29fe575de31 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 10 Oct 2022 11:02:47 +0000 Subject: [PATCH] Bug 31503: (QA follow-up) Fix POD warning Content-Type: text/plain; charset=utf-8 FAIL pod coverage POD is missing for 'values' I renamed the sub in the process :) Signed-off-by: Marcel de Rooy --- Koha/AuthorisedValueCategory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/AuthorisedValueCategory.pm b/Koha/AuthorisedValueCategory.pm index 749c866500..7cd21c26fd 100644 --- a/Koha/AuthorisedValueCategory.pm +++ b/Koha/AuthorisedValueCategory.pm @@ -47,7 +47,7 @@ sub delete { return $self->SUPER::delete; } -=head3 authorized_values +=head3 values Returns values within the category at hand. -- 2.30.2