From 8a1606d51ab86d1afba551ae24ffddba49597d67 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 24 Feb 2023 14:47:44 +0000 Subject: [PATCH] Bug 32981: (QA follow-up) Fix POD and file permissions --- Koha/REST/V1/AuthorisedValues.pm | 4 +++- t/db_dependent/api/v1/authorised_values.t | 0 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 t/db_dependent/api/v1/authorised_values.t diff --git a/Koha/REST/V1/AuthorisedValues.pm b/Koha/REST/V1/AuthorisedValues.pm index 39d108900b..add0fa5910 100644 --- a/Koha/REST/V1/AuthorisedValues.pm +++ b/Koha/REST/V1/AuthorisedValues.pm @@ -28,7 +28,9 @@ use Try::Tiny; =head2 Methods -=head3 list +=head3 list_av_from_category + +This routine returns the authorised values for a given category =cut diff --git a/t/db_dependent/api/v1/authorised_values.t b/t/db_dependent/api/v1/authorised_values.t old mode 100644 new mode 100755 -- 2.30.2