From 3dd22f27bb7ddcc6eac729cdd938fef0a2df42e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Mon, 24 Aug 2020 18:34:10 +0300 Subject: [PATCH] Bug 23166: (QA follow-up) Add POD text MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Nick Clemens Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart --- Koha/Template/Plugin/Context.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Koha/Template/Plugin/Context.pm b/Koha/Template/Plugin/Context.pm index 03c024b609..3e5be2b3da 100644 --- a/Koha/Template/Plugin/Context.pm +++ b/Koha/Template/Plugin/Context.pm @@ -38,6 +38,12 @@ Especially useful to call ->search =cut +=head3 Scalar + +Return object set in scalar context + +=cut + sub Scalar { my ( $self, $set, $method ) = @_; $set = $set->$method; -- 2.39.2