From b1bb2d800061717a476a357302352bc08583b765 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 7 Mar 2017 13:31:04 +0200 Subject: [PATCH] Bug 18137: (QA-follow-up) Fix pod fail Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi --- Koha/REST/V1/Auth.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm index 75f2a9e..77864eb 100644 --- a/Koha/REST/V1/Auth.pm +++ b/Koha/REST/V1/Auth.pm @@ -36,6 +36,12 @@ use Koha::Exceptions::Authorization; use Scalar::Util qw( blessed ); use Try::Tiny; +=head1 NAME + +Koha::REST::V1::Auth + +=head2 Operations + =head3 under This subroutine is called before every request to API. -- 2.7.4