From fb38386ffc6f8eaca6730b72c967f73094382e28 Mon Sep 17 00:00:00 2001
From: Lari Taskula <lari.taskula@jns.fi>
Date: Tue, 7 Mar 2017 13:31:04 +0200
Subject: [PATCH] Bug 18137: (QA-follow-up) Fix pod fail

---
 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 aa6dec9..27727b8 100644
--- a/Koha/REST/V1/Auth.pm
+++ b/Koha/REST/V1/Auth.pm
@@ -32,6 +32,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.
-- 
1.9.1