From 6f73ba76498462be7a42a6f9abb9e35f64a3f072 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 7 Mar 2017 13:31:04 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 18137: (QA-follow-up) Fix pod fail Signed-off-by: Josef Moravec --- 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.1.4